Sha256: 1b235bdc4fedeb70514606f86faa696b0c18438510fdfae7fd440d8b695680d7

Contents?: true

Size: 285 Bytes

Versions: 3

Compression:

Stored size: 285 Bytes

Contents

require 'hashie'

module Springboard
  class Client
    ##
    # An indifferent Hash to represent parsed response bodies.
    #
    # @see http://rdoc.info/github/intridea/hashie/Hashie/Mash See the Hashie::Mash docs for usage details
    class Body < ::Hashie::Mash
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
springboard-retail-4.1.0 lib/springboard/client/body.rb
springboard-retail-4.0.1 lib/springboard/client/body.rb
springboard-retail-4.0.0 lib/springboard/client/body.rb