Sha256: 3f658e139b3f3b8320d3f8972e9895e1baea6ba53bb0a66dbf77ca9f09799519
Contents?: true
Size: 282 Bytes
Versions: 3
Compression:
Stored size: 282 Bytes
Contents
require 'hashie' module Sagamore 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 |
---|---|
sagamore-client-3.0.3 | lib/sagamore/client/body.rb |
sagamore-client-3.0.2 | lib/sagamore/client/body.rb |
sagamore-client-3.0.1 | lib/sagamore/client/body.rb |