Class: OFX::Balance

Inherits:
OFX::Base::Entity show all
Defined in:
lib/ofx_kit/domain/balance.rb

Overview

Represents the ledger balance of an account at a specific point in time.

Instance Attribute Summary collapse

Method Summary

Methods inherited from OFX::Base::Entity

ensure_attribute, wired_by_builder

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



6
7
8
# File 'lib/ofx_kit/domain/balance.rb', line 6

def amount
  @amount
end

#amount_centsObject

Returns the value of attribute amount_cents.



6
7
8
# File 'lib/ofx_kit/domain/balance.rb', line 6

def amount_cents
  @amount_cents
end

#posted_atObject

Returns the value of attribute posted_at.



6
7
8
# File 'lib/ofx_kit/domain/balance.rb', line 6

def posted_at
  @posted_at
end