Method: Finrb::Cashflow::Function#initialize
- Defined in:
- lib/finrb/cashflows.rb
#initialize(transactions, function) ⇒ Function
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Function.
28 29 30 31 |
# File 'lib/finrb/cashflows.rb', line 28 def initialize(transactions, function) @transactions = transactions @function = function end |