Method: Conekta::TokenCheckout#valid?

Defined in:
lib/conekta/models/token_checkout.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



76
77
78
79
# File 'lib/conekta/models/token_checkout.rb', line 76

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end