Method: TalonOne::MutableEntity#valid?

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

#valid?Boolean

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

Returns:

  • true if the model is valid



73
74
75
76
# File 'lib/talon_one/models/mutable_entity.rb', line 73

def valid?
  return false if @modified.nil?
  true
end