Method: Coinbase::Client::WebhookList#valid?

Defined in:
lib/coinbase/client/models/webhook_list.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • true if the model is valid



102
103
104
105
106
# File 'lib/coinbase/client/models/webhook_list.rb', line 102

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  return false if @data.nil?
  true
end