Method: Falcon::DomainBatchGetCommandRequest#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



130
131
132
133
134
135
136
# File 'lib/crimson-falcon/models/domain_batch_get_command_request.rb', line 130

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      batch_id == o.batch_id &&
      file_path == o.file_path &&
      optional_hosts == o.optional_hosts
end