Method: Bitpesa::WebhookLogMetadataRequest#==
- Defined in:
- lib/bitpesa-sdk/models/webhook_log_metadata_request.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
82 83 84 85 86 87 88 |
# File 'lib/bitpesa-sdk/models/webhook_log_metadata_request.rb', line 82 def ==(o) return true if self.equal?(o) self.class == o.class && headers == o.headers && body == o.body && url == o.url end |