Class: HypermediaMapper::Link

Inherits:
Object
  • Object
show all
Includes:
Virtus
Defined in:
lib/hypermedia_mapper/link.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



10
11
12
# File 'lib/hypermedia_mapper/link.rb', line 10

def ==(other)
  self.href == other.href && self.rel == other.rel
end