Class: Sourcescrub::Models::Investment
- Defined in:
- lib/sourcescrub/models/investment.rb
Overview
Investment
Constant Summary collapse
- ENDPOINT =
'investments'
Instance Method Summary collapse
Methods inherited from Entity
#as_json, #fields, #parse_response
Methods included from Utils::Response
Instance Method Details
#field_ids ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/sourcescrub/models/investment.rb', line 10 def field_ids %w[ amount dateOfRaise round investors valuation ] end |