Method: Coinbase::Client::ContractEventList#==
- Defined in:
- lib/coinbase/client/models/contract_event_list.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
125 126 127 128 129 130 131 |
# File 'lib/coinbase/client/models/contract_event_list.rb', line 125 def ==(o) return true if self.equal?(o) self.class == o.class && data == o.data && next_page == o.next_page && has_more == o.has_more end |