Method: PureCloud::BackendFlowAvailableActions#==
- Defined in:
- lib/purecloud/models/backend_flow_available_actions.rb
#==(o) ⇒ Object
Check equality by comparing each attribute.
40 41 42 43 44 |
# File 'lib/purecloud/models/backend_flow_available_actions.rb', line 40 def ==(o) return true if self.equal?(o) self.class == o.class && can_terminate == o.can_terminate end |