Method: Bandwidth::FieldError#==
- Defined in:
- lib/bandwidth-sdk/models/field_error.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
98 99 100 101 102 103 |
# File 'lib/bandwidth-sdk/models/field_error.rb', line 98 def ==(o) return true if self.equal?(o) self.class == o.class && field_name == o.field_name && description == o.description end |