Method: Falcon::StateOnlineStateResultV1#valid?

Defined in:
lib/crimson-falcon/models/state_online_state_result_v1.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



123
124
125
126
127
# File 'lib/crimson-falcon/models/state_online_state_result_v1.rb', line 123

def valid?
  return false if @id.nil?
  return false if @state.nil?
  true
end