Class: BuyerType
- Inherits:
-
Object
- Object
- BuyerType
- Defined in:
- lib/paypal-business/default.rb
Overview
urn:ebay:apis:eBLBaseComponentsBuyerType
Constant Summary collapse
- @@schema_type =
"BuyerType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
- @@schema_element =
[ ["shippingAddress", ["AddressType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ShippingAddress")]] ]
Instance Attribute Summary collapse
-
#shippingAddress ⇒ Object
Returns the value of attribute shippingAddress.
Instance Method Summary collapse
-
#initialize(shippingAddress = nil) ⇒ BuyerType
constructor
A new instance of BuyerType.
Constructor Details
#initialize(shippingAddress = nil) ⇒ BuyerType
Returns a new instance of BuyerType.
1966 1967 1968 |
# File 'lib/paypal-business/default.rb', line 1966 def initialize(shippingAddress = nil) @shippingAddress = shippingAddress end |
Instance Attribute Details
#shippingAddress ⇒ Object
Returns the value of attribute shippingAddress.
1964 1965 1966 |
# File 'lib/paypal-business/default.rb', line 1964 def shippingAddress @shippingAddress end |