Method: Falcon::DomainBatchGetCommandRequest#valid?

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

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



121
122
123
124
125
126
# File 'lib/crimson-falcon/models/domain_batch_get_command_request.rb', line 121

def valid?
  return false if @batch_id.nil?
  return false if @file_path.nil?
  return false if @optional_hosts.nil?
  true
end