Class: Sourcescrub::Models::Financial

Inherits:
Entity
  • Object
show all
Defined in:
lib/sourcescrub/models/financial.rb

Overview

Financial

Constant Summary collapse

ENDPOINT =
'financials'

Instance Method Summary collapse

Methods inherited from Entity

#as_json, #fields, #parse_response

Methods included from Utils::Response

dynamic_attributes

Instance Method Details

#field_idsObject



10
11
12
13
14
15
16
17
# File 'lib/sourcescrub/models/financial.rb', line 10

def field_ids
  %w[
    year
    revenue
    growth
    growthTimePeriod
  ]
end