module Postmark::ResponseParsers::ActiveSupport
Public Class Methods
decode(data)
click to toggle source
# File lib/postmark/response_parsers/active_support.rb, line 5 def self.decode(data) ::ActiveSupport::JSON.decode(data) end