Module: Buff::Client::Link

Included in:
Buff::Client
Defined in:
lib/buff/link.rb

Instance Method Summary collapse

Instance Method Details



4
5
6
7
# File 'lib/buff/link.rb', line 4

def link(options)
  response = get("/links/shares.json", options)
  Buff::Link.new(response)
end