Sha256: 32ae332d158b050590fcee6f6b412dd90040f09d4c42fdbaf1e2055de39eadbd
Contents?: true
Size: 425 Bytes
Versions: 10
Compression:
Stored size: 425 Bytes
Contents
module Braintree class Transaction class PaymentReceipt class MerchantAddress include BaseModule attr_reader :locality attr_reader :phone attr_reader :postal_code attr_reader :region attr_reader :street_address def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end end end end end
Version data entries
10 entries across 10 versions & 1 rubygems