Sha256: e76c81c66dde82e8fb34aed8f9b3df90eb108a9ffcb580ecd92a853c8367b6c1
Contents?: true
Size: 348 Bytes
Versions: 54
Compression:
Stored size: 348 Bytes
Contents
module Braintree class MerchantAccount class AddressDetails include BaseModule 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
54 entries across 54 versions & 1 rubygems