Method: Fn::Log#valid?

Defined in:
lib/fn_ruby/models/log.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



67
68
69
# File 'lib/fn_ruby/models/log.rb', line 67

def valid?
  return true
end