Method: Falcon::DomainAPIQueryPagingV1#==
- Defined in:
- lib/crimson-falcon/models/domain_api_query_paging_v1.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
128 129 130 131 132 133 134 |
# File 'lib/crimson-falcon/models/domain_api_query_paging_v1.rb', line 128 def ==(o) return true if self.equal?(o) self.class == o.class && after == o.after && limit == o.limit && total == o.total end |