Sha256: abadb45427629105cbd40a0d46b08728147fb8f15d3ba7ab6945a42bdb68caab

Contents?: true

Size: 170 Bytes

Versions: 4

Compression:

Stored size: 170 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
buff-0.0.6 lib/buff/info.rb
buff-0.0.5 lib/buff/info.rb
buff-0.0.4 lib/buff/info.rb
buff-0.0.3 lib/buff/info.rb