Class: OFX::Balance

Inherits:
Foundation show all
Defined in:
lib/ofx/balance.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Foundation

#initialize

Constructor Details

This class inherits a constructor from OFX::Foundation

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/ofx/balance.rb', line 3

def amount
  @amount
end

#amount_in_penniesObject

Returns the value of attribute amount_in_pennies.



4
5
6
# File 'lib/ofx/balance.rb', line 4

def amount_in_pennies
  @amount_in_pennies
end

#posted_atObject

Returns the value of attribute posted_at.



5
6
7
# File 'lib/ofx/balance.rb', line 5

def posted_at
  @posted_at
end