Sha256: c3e35bc28a69ea067876e009f2728b8b0a69063e05688d10da7cdf01e25a5ce9

Contents?: true

Size: 165 Bytes

Versions: 13

Compression:

Stored size: 165 Bytes

Contents

module Highrise
  class Tag < Base  
    def ==(object)
      (object.instance_of?(self.class) && object.id == self.id && object.name == self.name)
    end
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
highrise-3.2.3 lib/highrise/tag.rb
highrise-3.2.1 lib/highrise/tag.rb
highrise-3.1.6 lib/highrise/tag.rb
highrise-3.1.5 lib/highrise/tag.rb
highrise-3.1.2 lib/highrise/tag.rb
highrise-3.1.1 lib/highrise/tag.rb
highrise-3.1.0 lib/highrise/tag.rb
highrise-3.1.0.pre lib/highrise/tag.rb
highrise-3.0.5 lib/highrise/tag.rb
highrise-3.0.4 lib/highrise/tag.rb
highrise-3.0.3 lib/highrise/tag.rb
highrise-3.0.1 lib/highrise/tag.rb
highrise-3.0.0 lib/highrise/tag.rb