4 5 6 7
# File 'lib/buff/info.rb', line 4 def info response = get("/info/configuration.json") Buff::Info.new(response) end