Class: NNEClient::Finance

Inherits:
Object
  • Object
show all
Defined in:
lib/nne_client/record_types/finance.rb

Instance Method Summary collapse

Constructor Details

#initialize(finance_hash) ⇒ Finance

Returns a new instance of Finance.



5
6
7
# File 'lib/nne_client/record_types/finance.rb', line 5

def initialize(finance_hash)
  @hash = finance_hash
end