Class: Camt::Message

Inherits:
Struct
  • Object
show all
Defined in:
lib/camt.rb

Overview

Define structs

Instance Attribute Summary collapse

Instance Attribute Details

#group_headerObject

Returns the value of attribute group_header

Returns:

  • (Object)

    the current value of group_header



20
21
22
# File 'lib/camt.rb', line 20

def group_header
  @group_header
end

#statementsObject

Returns the value of attribute statements

Returns:

  • (Object)

    the current value of statements



20
21
22
# File 'lib/camt.rb', line 20

def statements
  @statements
end