Method: Falcon::FwmgrMsaspecError#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



115
116
117
118
119
# File 'lib/crimson-falcon/models/fwmgr_msaspec_error.rb', line 115

def valid?
  return false if @code.nil?
  return false if @message.nil?
  true
end