Class: HledgerForecast::TransactionGroup
- Inherits:
-
Struct
- Object
- Struct
- HledgerForecast::TransactionGroup
- Defined in:
- lib/hledger_forecast/transaction.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
-
#frequency ⇒ Object
Returns the value of attribute frequency.
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
Returns the value of attribute to.
-
#transactions ⇒ Object
Returns the value of attribute transactions.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account
80 81 82 |
# File 'lib/hledger_forecast/transaction.rb', line 80 def account @account end |
#frequency ⇒ Object
Returns the value of attribute frequency
80 81 82 |
# File 'lib/hledger_forecast/transaction.rb', line 80 def frequency @frequency end |
#from ⇒ Object
Returns the value of attribute from
80 81 82 |
# File 'lib/hledger_forecast/transaction.rb', line 80 def from @from end |
#to ⇒ Object
Returns the value of attribute to
80 81 82 |
# File 'lib/hledger_forecast/transaction.rb', line 80 def to @to end |
#transactions ⇒ Object
Returns the value of attribute transactions
80 81 82 |
# File 'lib/hledger_forecast/transaction.rb', line 80 def transactions @transactions end |
#type ⇒ Object
Returns the value of attribute type
80 81 82 |
# File 'lib/hledger_forecast/transaction.rb', line 80 def type @type end |