Method: Camt::Statement#initialize

Defined in:
lib/camt/statement.rb

#initialize(xml_node, country_code) ⇒ Statement

Returns a new instance of Statement.



6
7
8
9
# File 'lib/camt/statement.rb', line 6

def initialize(xml_node, country_code)
  @node = xml_node
  @country_code = country_code
end