Sha256: 4842ce7d689fc8084369850620be9d279634895cffd7cf7b5766999e5867bb39
Contents?: true
Size: 393 Bytes
Versions: 10
Compression:
Stored size: 393 Bytes
Contents
module Braintree class Transaction class AddressDetails # :nodoc: include BaseModule attr_reader :id, :first_name, :last_name, :company, :street_address, :extended_address, :locality, :region, :postal_code, :country_name def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end end end end
Version data entries
10 entries across 10 versions & 1 rubygems