Sha256: b8fdde944b4f8cea6febda9b6e8c42a2f0e6c7acde1696e42411a8de9490d6c7

Contents?: true

Size: 186 Bytes

Versions: 10

Compression:

Stored size: 186 Bytes

Contents

module Braintree
  module Xml
    def self.hash_from_xml(xml)
      Parser.hash_from_xml(xml)
    end

    def self.hash_to_xml(hash)
      Generator.hash_to_xml(hash)
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
braintree-4.25.0 lib/braintree/xml.rb
braintree-4.24.0 lib/braintree/xml.rb
braintree-4.23.0 lib/braintree/xml.rb
braintree-4.22.0 lib/braintree/xml.rb
braintree-4.21.0 lib/braintree/xml.rb
braintree-4.20.0 lib/braintree/xml.rb
braintree-4.19.0 lib/braintree/xml.rb
braintree-4.18.0 lib/braintree/xml.rb
braintree-4.17.0 lib/braintree/xml.rb
braintree-4.16.0 lib/braintree/xml.rb