Module: Buff::Client::Info

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

Instance Method Summary collapse

Instance Method Details

#infoObject



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

def info
  response = get("/info/configuration.json")
  Buff::Info.new(response)
end