Class: EdifactConverter::XML::Paragraph::Break

Inherits:
Struct
  • Object
show all
Defined in:
lib/edifact_converter/xml/paragraph.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#breakObject

Returns the value of attribute break

Returns:

  • (Object)

    the current value of break



17
18
19
# File 'lib/edifact_converter/xml/paragraph.rb', line 17

def break
  @break
end

Instance Method Details

#break?Boolean

Returns:

  • (Boolean)


18
19
20
# File 'lib/edifact_converter/xml/paragraph.rb', line 18

def break?
  true
end