Class: Cufinder::ElfFundraising

Inherits:
Object
  • Object
show all
Defined in:
lib/cufinder_ruby/types.rb

Overview

ELF Fundraising

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = {}) ⇒ ElfFundraising

Returns a new instance of ElfFundraising.



280
281
282
283
284
285
# File 'lib/cufinder_ruby/types.rb', line 280

def initialize(data = {})
  @funding_last_round_type = data["funding_last_round_type"]
  @funding_ammount_currency_code = data["funding_ammount_currency_code"]
  @funding_money_raised = data["funding_money_raised"]
  @funding_last_round_investors_url = data["funding_last_round_investors_url"]
end

Instance Attribute Details

#funding_ammount_currency_codeObject

Returns the value of attribute funding_ammount_currency_code.



277
278
279
# File 'lib/cufinder_ruby/types.rb', line 277

def funding_ammount_currency_code
  @funding_ammount_currency_code
end

#funding_last_round_investors_urlObject

Returns the value of attribute funding_last_round_investors_url.



277
278
279
# File 'lib/cufinder_ruby/types.rb', line 277

def funding_last_round_investors_url
  @funding_last_round_investors_url
end

#funding_last_round_typeObject

Returns the value of attribute funding_last_round_type.



277
278
279
# File 'lib/cufinder_ruby/types.rb', line 277

def funding_last_round_type
  @funding_last_round_type
end

#funding_money_raisedObject

Returns the value of attribute funding_money_raised.



277
278
279
# File 'lib/cufinder_ruby/types.rb', line 277

def funding_money_raised
  @funding_money_raised
end