Class: Highrise::Tag
- Defined in:
- lib/highrise/tag.rb
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#==(object) ⇒ Object
3 4 5 |
# File 'lib/highrise/tag.rb', line 3 def ==(object) (object.instance_of?(self.class) && object.id == self.id && object.name == self.name) end |