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