Class: Camt::Message

Inherits:
Struct 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



13
14
15
# File 'lib/camt.rb', line 13

def group_header
  @group_header
end

#statementsObject

Returns the value of attribute statements

Returns:

  • (Object)

    the current value of statements



13
14
15
# File 'lib/camt.rb', line 13

def statements
  @statements
end