Sha256: 62db81d433e8fe24a4f982108b9ba45a5f37f0aa5e9f35af0bd4a09fee575bb3

Contents?: true

Size: 206 Bytes

Versions: 83

Compression:

Stored size: 206 Bytes

Contents

# assume activesupport is already loaded
module Postmark
  module ResponseParsers
    module ActiveSupport
      def self.decode(data)
        ::ActiveSupport::JSON.decode(data)
      end
    end
  end
end

Version data entries

83 entries across 83 versions & 2 rubygems

Version Path
postmark-0.9.12 lib/postmark/response_parsers/active_support.rb
postmark-0.9.11 lib/postmark/response_parsers/active_support.rb
postmark-0.9.10 lib/postmark/response_parsers/active_support.rb
postmark-0.9.9 lib/postmark/response_parsers/active_support.rb
postmark-0.9.8 lib/postmark/response_parsers/active_support.rb
postmark-0.9.6 lib/postmark/response_parsers/active_support.rb
postmark-0.9.5 lib/postmark/response_parsers/active_support.rb
postmark-0.9.4 lib/postmark/response_parsers/active_support.rb
postmark-0.9.3 lib/postmark/response_parsers/active_support.rb
postmark-0.9.2 lib/postmark/response_parsers/active_support.rb
postmark-0.9.1 lib/postmark/response_parsers/active_support.rb
postmark-0.9.0 lib/postmark/response_parsers/active_support.rb
postmark-0.8.0 lib/postmark/response_parsers/active_support.rb
challengepost-postmark-0.7.3 lib/postmark/response_parsers/active_support.rb
challengepost-postmark-0.7.2 lib/postmark/response_parsers/active_support.rb
challengepost-postmark-0.7.1 lib/postmark/response_parsers/active_support.rb
postmark-0.7.1 lib/postmark/response_parsers/active_support.rb
postmark-0.7.0 lib/postmark/response_parsers/active_support.rb
postmark-0.6.0 lib/postmark/response_parsers/active_support.rb
postmark-0.5.0 lib/postmark/response_parsers/active_support.rb