Class: Sourcescrub::Models::Investment

Inherits:
Entity
  • Object
show all
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

dynamic_attributes

Instance Method Details

#field_idsObject



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