Method: OpenapiClient::EnvironmentCreate#hash

Defined in:
lib/openapi_client/models/environment_create.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



156
157
158
# File 'lib/openapi_client/models/environment_create.rb', line 156

def hash
  [key, name, description, custom_branch_name].hash
end