Class: EdifactConverter::XML::Paragraph::Text

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



23
24
25
# File 'lib/edifact_converter/xml/paragraph.rb', line 23

def value
  @value
end

Instance Method Details

#break?Boolean

Returns:

  • (Boolean)


24
25
26
# File 'lib/edifact_converter/xml/paragraph.rb', line 24

def break?
  false
end