Method: DocSpring::TemplateAddFieldsResponse#==
- Defined in:
- lib/docspring/models/template_add_fields_response.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
143 144 145 146 147 148 149 |
# File 'lib/docspring/models/template_add_fields_response.rb', line 143 def ==(o) return true if self.equal?(o) self.class == o.class && status == o.status && errors == o.errors && new_field_ids == o.new_field_ids end |