Method: Falcon::DomainBatchGetCommandRequest#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



146
147
148
# File 'lib/crimson-falcon/models/domain_batch_get_command_request.rb', line 146

def hash
  [batch_id, file_path, optional_hosts].hash
end