Method: Hyperclient::Resource#_self_link

Defined in:
lib/hyperclient/resource.rb

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.

Returns the self Link of the Resource. Used to handle the HTTP methods.



100
101
102
# File 'lib/hyperclient/resource.rb', line 100

def _self_link
  @_links['self']
end