class Braintree::MerchantAccount::AddressDetails
Attributes
locality[R]
postal_code[R]
region[R]
street_address[R]
Public Class Methods
new(attributes)
click to toggle source
# File lib/braintree/merchant_account/address_details.rb, line 11 def initialize(attributes) set_instance_variables_from_hash attributes unless attributes.nil? end