Class: HledgerForecast::TransactionGroup

Inherits:
Struct
  • Object
show all
Defined in:
lib/hledger_forecast/transaction.rb

Instance Attribute Summary collapse

Instance Attribute Details

#accountObject

Returns the value of attribute account

Returns:

  • (Object)

    the current value of account



80
81
82
# File 'lib/hledger_forecast/transaction.rb', line 80

def 
  @account
end

#frequencyObject

Returns the value of attribute frequency

Returns:

  • (Object)

    the current value of frequency



80
81
82
# File 'lib/hledger_forecast/transaction.rb', line 80

def frequency
  @frequency
end

#fromObject

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



80
81
82
# File 'lib/hledger_forecast/transaction.rb', line 80

def from
  @from
end

#toObject

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



80
81
82
# File 'lib/hledger_forecast/transaction.rb', line 80

def to
  @to
end

#transactionsObject

Returns the value of attribute transactions

Returns:

  • (Object)

    the current value of transactions



80
81
82
# File 'lib/hledger_forecast/transaction.rb', line 80

def transactions
  @transactions
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



80
81
82
# File 'lib/hledger_forecast/transaction.rb', line 80

def type
  @type
end