Class: EdifactConverter::XML::Paragraph::Break
- Inherits:
-
Struct
- Object
- Struct
- EdifactConverter::XML::Paragraph::Break
- Defined in:
- lib/edifact_converter/xml/paragraph.rb
Instance Attribute Summary collapse
-
#break ⇒ Object
Returns the value of attribute break.
Instance Method Summary collapse
Instance Attribute Details
#break ⇒ Object
Returns the value of attribute break
17 18 19 |
# File 'lib/edifact_converter/xml/paragraph.rb', line 17 def break @break end |
Instance Method Details
#break? ⇒ Boolean
18 19 20 |
# File 'lib/edifact_converter/xml/paragraph.rb', line 18 def break? true end |