Method: Fastly::SecretStore#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



79
80
81
82
83
# File 'lib/fastly/models/secret_store.rb', line 79

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