Sha256: 1fd1cf2b651ced3b90dc390d58c330d91f09ff56c8cc0ba91ca1c56d08981940
Contents?: true
Size: 337 Bytes
Versions: 8
Compression:
Stored size: 337 Bytes
Contents
module Braintree class ExchangeRate include BaseModule # :nodoc: def initialize(gateway, attributes) # :nodoc: set_instance_variables_from_hash(attributes) end def self.generate(exchange_rate_quote_request) Configuration.gateway.exchange_rate_quote.generate(exchange_rate_quote_request) end end end
Version data entries
8 entries across 8 versions & 1 rubygems