Method: Coinbase::Client::ContractEventList#valid?
- Defined in:
- lib/coinbase/client/models/contract_event_list.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
115 116 117 118 119 120 121 |
# File 'lib/coinbase/client/models/contract_event_list.rb', line 115 def valid? warn '[DEPRECATED] the `valid?` method is obsolete' return false if @data.nil? return false if @next_page.nil? return false if @has_more.nil? true end |