Class: EBay::ShippingCategoryDetailsType
- Inherits:
-
Object
- Object
- EBay::ShippingCategoryDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsShippingCategoryDetailsType
shippingCategory - SOAP::SOAPToken
description - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#description ⇒ Object
Returns the value of attribute description.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#shippingCategory ⇒ Object
Returns the value of attribute shippingCategory.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(shippingCategory = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ ShippingCategoryDetailsType
constructor
A new instance of ShippingCategoryDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(shippingCategory = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ ShippingCategoryDetailsType
Returns a new instance of ShippingCategoryDetailsType.
32490 32491 32492 32493 32494 32495 32496 |
# File 'lib/eBay.rb', line 32490 def initialize(shippingCategory = nil, description = nil, detailVersion = nil, updateTime = nil) @shippingCategory = shippingCategory @description = description @detailVersion = detailVersion @updateTime = updateTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32484 32485 32486 |
# File 'lib/eBay.rb', line 32484 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
32481 32482 32483 |
# File 'lib/eBay.rb', line 32481 def description @description end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
32482 32483 32484 |
# File 'lib/eBay.rb', line 32482 def detailVersion @detailVersion end |
#shippingCategory ⇒ Object
Returns the value of attribute shippingCategory.
32480 32481 32482 |
# File 'lib/eBay.rb', line 32480 def shippingCategory @shippingCategory end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
32483 32484 32485 |
# File 'lib/eBay.rb', line 32483 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
32486 32487 32488 |
# File 'lib/eBay.rb', line 32486 def set_any(elements) @__xmlele_any = elements end |