class Sourcescrub::Models::Investment

Investment

Constants

ENDPOINT

Public Instance Methods

field_ids() click to toggle source
# File lib/sourcescrub/models/investment.rb, line 10
def field_ids
  %w[
    amount
    dateOfRaise
    round
    investors
    valuation
  ]
end