Class: OfxParser::CreditAccount

Inherits:
Account
  • Object
show all
Defined in:
lib/ofx_parser/ofx.rb

Instance Attribute Summary collapse

Attributes inherited from Account

#number, #routing_number, #statement, #transaction_uid

Instance Attribute Details

#balanceObject

Returns the value of attribute balance.



43
44
45
# File 'lib/ofx_parser/ofx.rb', line 43

def balance
  @balance
end

#balance_dateObject

Returns the value of attribute balance_date.



43
44
45
# File 'lib/ofx_parser/ofx.rb', line 43

def balance_date
  @balance_date
end

#remaining_creditObject

Returns the value of attribute remaining_credit.



43
44
45
# File 'lib/ofx_parser/ofx.rb', line 43

def remaining_credit
  @remaining_credit
end

#remaining_credit_dateObject

Returns the value of attribute remaining_credit_date.



43
44
45
# File 'lib/ofx_parser/ofx.rb', line 43

def remaining_credit_date
  @remaining_credit_date
end