Method: Bandwidth::OptInWorkflow#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



183
184
185
186
187
188
189
# File 'lib/bandwidth-sdk/models/opt_in_workflow.rb', line 183

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      description == o.description &&
      image_urls == o.image_urls &&
      confirmation_response == o.confirmation_response
end