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