Method: TalonOne::MessageTest#valid?

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

#valid?Boolean

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

Returns:

  • true if the model is valid



86
87
88
89
90
# File 'lib/talon_one/models/message_test.rb', line 86

def valid?
  return false if @http_response.nil?
  return false if @http_status.nil?
  true
end