Class: EBay::SellerShippingProfileType
- Inherits:
-
Object
- Object
- EBay::SellerShippingProfileType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellerShippingProfileType
shippingProfileID - SOAP::SOAPLong
shippingProfileName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#shippingProfileID ⇒ Object
Returns the value of attribute shippingProfileID.
-
#shippingProfileName ⇒ Object
Returns the value of attribute shippingProfileName.
Instance Method Summary collapse
-
#initialize(shippingProfileID = nil, shippingProfileName = nil) ⇒ SellerShippingProfileType
constructor
A new instance of SellerShippingProfileType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(shippingProfileID = nil, shippingProfileName = nil) ⇒ SellerShippingProfileType
Returns a new instance of SellerShippingProfileType.
31365 31366 31367 31368 31369 |
# File 'lib/eBay.rb', line 31365 def initialize(shippingProfileID = nil, shippingProfileName = nil) @shippingProfileID = shippingProfileID @shippingProfileName = shippingProfileName @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
31359 31360 31361 |
# File 'lib/eBay.rb', line 31359 def __xmlele_any @__xmlele_any end |
#shippingProfileID ⇒ Object
Returns the value of attribute shippingProfileID.
31357 31358 31359 |
# File 'lib/eBay.rb', line 31357 def shippingProfileID @shippingProfileID end |
#shippingProfileName ⇒ Object
Returns the value of attribute shippingProfileName.
31358 31359 31360 |
# File 'lib/eBay.rb', line 31358 def shippingProfileName @shippingProfileName end |
Instance Method Details
#set_any(elements) ⇒ Object
31361 31362 31363 |
# File 'lib/eBay.rb', line 31361 def set_any(elements) @__xmlele_any = elements end |