Method: Bandwidth::TfvError#==
- Defined in:
- lib/bandwidth-sdk/models/tfv_error.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
106 107 108 109 110 111 112 |
# File 'lib/bandwidth-sdk/models/tfv_error.rb', line 106 def ==(o) return true if self.equal?(o) self.class == o.class && type == o.type && description == o.description && errors == o.errors end |