Method: OSDNClient::SummariadByTypeInner#==

Defined in:
lib/osdn-client/models/summariad_by_type_inner.rb

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



91
92
93
94
95
96
97
# File 'lib/osdn-client/models/summariad_by_type_inner.rb', line 91

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      type_id == o.type_id &&
      open == o.open &&
      closed == o.closed
end