Method: FireflyIIIClient::ObjectLink#==

Defined in:
lib/firefly_iii_client/models/object_link.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



88
89
90
91
92
93
# File 'lib/firefly_iii_client/models/object_link.rb', line 88

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