Method: Falcon::V2Loop#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



133
134
135
136
# File 'lib/crimson-falcon/models/v2_loop.rb', line 133

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