Class: EBay::ExcludeShippingLocationDetailsType
- Inherits:
-
Object
- Object
- EBay::ExcludeShippingLocationDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsExcludeShippingLocationDetailsType
description - SOAP::SOAPString
location - SOAP::SOAPString
region - 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.
-
#location ⇒ Object
Returns the value of attribute location.
-
#region ⇒ Object
Returns the value of attribute region.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(description = nil, location = nil, region = nil, detailVersion = nil, updateTime = nil) ⇒ ExcludeShippingLocationDetailsType
constructor
A new instance of ExcludeShippingLocationDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(description = nil, location = nil, region = nil, detailVersion = nil, updateTime = nil) ⇒ ExcludeShippingLocationDetailsType
Returns a new instance of ExcludeShippingLocationDetailsType.
23790 23791 23792 23793 23794 23795 23796 23797 |
# File 'lib/eBay.rb', line 23790 def initialize(description = nil, location = nil, region = nil, detailVersion = nil, updateTime = nil) @description = description @location = location @region = region @detailVersion = detailVersion @updateTime = updateTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23784 23785 23786 |
# File 'lib/eBay.rb', line 23784 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
23779 23780 23781 |
# File 'lib/eBay.rb', line 23779 def description @description end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
23782 23783 23784 |
# File 'lib/eBay.rb', line 23782 def detailVersion @detailVersion end |
#location ⇒ Object
Returns the value of attribute location.
23780 23781 23782 |
# File 'lib/eBay.rb', line 23780 def location @location end |
#region ⇒ Object
Returns the value of attribute region.
23781 23782 23783 |
# File 'lib/eBay.rb', line 23781 def region @region end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
23783 23784 23785 |
# File 'lib/eBay.rb', line 23783 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
23786 23787 23788 |
# File 'lib/eBay.rb', line 23786 def set_any(elements) @__xmlele_any = elements end |