Method: Hyperclient::Link#inspect

Defined in:
lib/hyperclient/link.rb

#inspectObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



137
138
139
# File 'lib/hyperclient/link.rb', line 137

def inspect
  "#<#{self.class.name}(#{@key}) #{@link}>"
end