Method: Bandwidth::OptInWorkflow#hash

Defined in:
lib/bandwidth-sdk/models/opt_in_workflow.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



199
200
201
# File 'lib/bandwidth-sdk/models/opt_in_workflow.rb', line 199

def hash
  [description, image_urls, confirmation_response].hash
end