Method: Hyperclient::Link#_expand
- Defined in:
- lib/hyperclient/link.rb
#_expand(uri_variables = {}) ⇒ Object
Expands the Link when is templated with the given variables.
56 57 58 |
# File 'lib/hyperclient/link.rb', line 56 def (uri_variables = {}) self.class.new(@key, @link, @entry_point, uri_variables) end |