Method: PureCloud::FlowConfigMetaData#hash

Defined in:
lib/purecloud/models/flow_config_meta_data.rb

#hashObject

Calculate hash code according to all attributes.



183
184
185
# File 'lib/purecloud/models/flow_config_meta_data.rb', line 183

def hash
  [id, name, config_state, flow_type, locked_by_user, newest_published_version, newest_version, associated_workspaces, description, has_draft, self_uri].hash
end