Method: Fastly::BulkUpdateConfigStoreItemAllOf#==

Defined in:
lib/fastly/models/bulk_update_config_store_item_all_of.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



112
113
114
115
116
# File 'lib/fastly/models/bulk_update_config_store_item_all_of.rb', line 112

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      op == o.op
end