Class: SecureTrading::Objects::Customer::Address

Inherits:
DataObject
  • Object
show all
Defined in:
lib/secure_trading/objects/customer.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from DataObject

#initialize, #to_xml

Constructor Details

This class inherits a constructor from SecureTrading::DataObject

Instance Attribute Details

#cityObject

Returns the value of attribute city.



28
29
30
# File 'lib/secure_trading/objects/customer.rb', line 28

def city
  @city
end

#countryObject

Returns the value of attribute country.



28
29
30
# File 'lib/secure_trading/objects/customer.rb', line 28

def country
  @country
end

#postal_codeObject

Returns the value of attribute postal_code.



28
29
30
# File 'lib/secure_trading/objects/customer.rb', line 28

def postal_code
  @postal_code
end

#stateObject

Returns the value of attribute state.



28
29
30
# File 'lib/secure_trading/objects/customer.rb', line 28

def state
  @state
end

#streetObject

Returns the value of attribute street.



28
29
30
# File 'lib/secure_trading/objects/customer.rb', line 28

def street
  @street
end