Class: EdifactConverter::XML::Paragraph::Text
- Inherits:
-
Struct
- Object
- Struct
- EdifactConverter::XML::Paragraph::Text
- Defined in:
- lib/edifact_converter/xml/paragraph.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
23 24 25 |
# File 'lib/edifact_converter/xml/paragraph.rb', line 23 def value @value end |
Instance Method Details
#break? ⇒ Boolean
24 25 26 |
# File 'lib/edifact_converter/xml/paragraph.rb', line 24 def break? false end |