Sha256: 2efefb9dc63ab05a5cb7ef74d8e3f53bc281cef46d55f34a809d2241a2071473
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
module NNEClient class Finance extend NNEClient::ResultAttributes def initialize(finance_hash) @hash = finance_hash end attributes :accounting_date, :assets, :available_funds, :available_funds_ratio, :balance, :capacity_ratio, :contribution_ratio, :credit_rating, :current_assets, :depreciations, :fixed_assets, :fixed_cost, :gross_profit, :income_before_income_tax, :link_pdf, :long_termed_liability, :lots_and_sites, :net_outcome, :number_of_employees, :placings, :profit, :profit_for_the_year, :profit_ratio, :published_date, :return_on_assets, :share_holders_funds_of_interest, :shareholders_funds, :short_termed_liability, :solvency_ratio, :stock, :trade_debitors, :turnover, :year end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nne_client-0.0.1 | lib/nne_client/record_types/finance.rb |