Sha256: 269d52f88df99ff09c3b4c6c255a487f20682793d7b429d40e70036bd721f7ca

Contents?: true

Size: 648 Bytes

Versions: 22

Compression:

Stored size: 648 Bytes

Contents

module Braintree
  class Transaction
    class AddressDetails # :nodoc:
      include BaseModule

      attr_reader :company
      attr_reader :country_code_alpha2
      attr_reader :country_code_alpha3
      attr_reader :country_code_numeric
      attr_reader :country_name
      attr_reader :extended_address
      attr_reader :first_name
      attr_reader :id
      attr_reader :last_name
      attr_reader :locality
      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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
braintree-2.102.0 lib/braintree/transaction/address_details.rb
braintree-2.101.0 lib/braintree/transaction/address_details.rb
braintree-2.100.0 lib/braintree/transaction/address_details.rb
braintree-2.99.0 lib/braintree/transaction/address_details.rb
braintree-2.98.0 lib/braintree/transaction/address_details.rb
braintree-2.97.0 lib/braintree/transaction/address_details.rb
braintree-2.96.0 lib/braintree/transaction/address_details.rb
braintree-2.95.0 lib/braintree/transaction/address_details.rb
braintree-2.94.0 lib/braintree/transaction/address_details.rb
braintree-2.93.0 lib/braintree/transaction/address_details.rb
braintree-2.92.0 lib/braintree/transaction/address_details.rb
braintree-2.91.0 lib/braintree/transaction/address_details.rb
braintree-2.90.0 lib/braintree/transaction/address_details.rb
braintree-2.89.0 lib/braintree/transaction/address_details.rb
braintree-2.88.0 lib/braintree/transaction/address_details.rb
braintree-2.87.0 lib/braintree/transaction/address_details.rb
braintree-2.86.0 lib/braintree/transaction/address_details.rb
braintree-2.85.0 lib/braintree/transaction/address_details.rb
braintree-2.84.0 lib/braintree/transaction/address_details.rb
braintree-2.83.0 lib/braintree/transaction/address_details.rb