Method: TalonOne::AttributeQuery#valid?

Defined in:
lib/talon_one/models/attribute_query.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



47
48
49
# File 'lib/talon_one/models/attribute_query.rb', line 47

def valid?
  true
end