Class: Cufinder::ElfFundraising
- Inherits:
-
Object
- Object
- Cufinder::ElfFundraising
- Defined in:
- lib/cufinder_ruby/types.rb
Overview
ELF Fundraising
Instance Attribute Summary collapse
-
#funding_ammount_currency_code ⇒ Object
Returns the value of attribute funding_ammount_currency_code.
-
#funding_last_round_investors_url ⇒ Object
Returns the value of attribute funding_last_round_investors_url.
-
#funding_last_round_type ⇒ Object
Returns the value of attribute funding_last_round_type.
-
#funding_money_raised ⇒ Object
Returns the value of attribute funding_money_raised.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ ElfFundraising
constructor
A new instance of ElfFundraising.
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_code ⇒ Object
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_url ⇒ Object
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_type ⇒ Object
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_raised ⇒ Object
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 |