Class: AqBanking::Parsed::Status

Inherits:
Object
  • Object
show all
Extended by:
DefineField
Defined in:
lib/aq_banking/parsed/status.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from DefineField

define_field

Constructor Details

#initialize(transaction_block) ⇒ Status

Returns a new instance of Status.



11
12
13
# File 'lib/aq_banking/parsed/status.rb', line 11

def initialize(transaction_block)
  @tree = transaction_block
end

Instance Attribute Details

#treeObject (readonly)

Returns the value of attribute tree.



5
6
7
# File 'lib/aq_banking/parsed/status.rb', line 5

def tree
  @tree
end