Class: SimpleHL7::SeparatorCharacters
- Inherits:
-
Struct
- Object
- Struct
- SimpleHL7::SeparatorCharacters
- Defined in:
- lib/simple_hl7/separator_characters.rb
Instance Attribute Summary collapse
-
#component ⇒ Object
Returns the value of attribute component.
-
#escape ⇒ Object
Returns the value of attribute escape.
-
#field ⇒ Object
Returns the value of attribute field.
-
#repetition ⇒ Object
Returns the value of attribute repetition.
-
#subcomponent ⇒ Object
Returns the value of attribute subcomponent.
Class Method Summary collapse
Instance Attribute Details
#component ⇒ Object
Returns the value of attribute component
2 3 4 |
# File 'lib/simple_hl7/separator_characters.rb', line 2 def component @component end |
#escape ⇒ Object
Returns the value of attribute escape
2 3 4 |
# File 'lib/simple_hl7/separator_characters.rb', line 2 def escape @escape end |
#field ⇒ Object
Returns the value of attribute field
2 3 4 |
# File 'lib/simple_hl7/separator_characters.rb', line 2 def field @field end |
#repetition ⇒ Object
Returns the value of attribute repetition
2 3 4 |
# File 'lib/simple_hl7/separator_characters.rb', line 2 def repetition @repetition end |
#subcomponent ⇒ Object
Returns the value of attribute subcomponent
2 3 4 |
# File 'lib/simple_hl7/separator_characters.rb', line 2 def subcomponent @subcomponent end |
Class Method Details
.defaults ⇒ Object
4 5 6 |
# File 'lib/simple_hl7/separator_characters.rb', line 4 def self.defaults SeparatorCharacters.new('|', '^', '~', '\\', '&') end |