Method: ClickSendClient::AccountVerify#valid?

Defined in:
lib/clicksend_client/models/account_verify.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



87
88
89
90
91
92
# File 'lib/clicksend_client/models/account_verify.rb', line 87

def valid?
  return false if @country.nil?
  return false if @user_phone.nil?
  return false if @type.nil?
  true
end