Method: HalcyonAPI::Client#link
- Defined in:
- lib/halcyon_api/client.rb
#link(_link_id) ⇒ Object
Checks to see if a link object exists for a given code
158 159 160 |
# File 'lib/halcyon_api/client.rb', line 158 def link(_link_id) raise(NotImplementedError, 'Coming soon!') end |