Module: Buff::Client::Link
- Included in:
- Buff::Client
- Defined in:
- lib/buff/link.rb
Instance Method Summary collapse
Instance Method Details
#link(options) ⇒ Object
4 5 6 7 |
# File 'lib/buff/link.rb', line 4 def link() response = get("/links/shares.json", ) Buff::Link.new(response) end |