Class: EBay::URLDetailsType
- Inherits:
-
Object
- Object
- EBay::URLDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsURLDetailsType
uRLType - EBay::URLTypeCodeType
uRL - SOAP::SOAPAnyURI
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
-
#uRL ⇒ Object
Returns the value of attribute uRL.
-
#uRLType ⇒ Object
Returns the value of attribute uRLType.
Instance Method Summary collapse
-
#initialize(uRLType = nil, uRL = nil, detailVersion = nil, updateTime = nil) ⇒ URLDetailsType
constructor
A new instance of URLDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(uRLType = nil, uRL = nil, detailVersion = nil, updateTime = nil) ⇒ URLDetailsType
Returns a new instance of URLDetailsType.
34816 34817 34818 34819 34820 34821 34822 |
# File 'lib/eBay.rb', line 34816 def initialize(uRLType = nil, uRL = nil, detailVersion = nil, updateTime = nil) @uRLType = uRLType @uRL = uRL @detailVersion = detailVersion @updateTime = updateTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34810 34811 34812 |
# File 'lib/eBay.rb', line 34810 def __xmlele_any @__xmlele_any end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
34808 34809 34810 |
# File 'lib/eBay.rb', line 34808 def detailVersion @detailVersion end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
34809 34810 34811 |
# File 'lib/eBay.rb', line 34809 def updateTime @updateTime end |
#uRL ⇒ Object
Returns the value of attribute uRL.
34807 34808 34809 |
# File 'lib/eBay.rb', line 34807 def uRL @uRL end |
#uRLType ⇒ Object
Returns the value of attribute uRLType.
34806 34807 34808 |
# File 'lib/eBay.rb', line 34806 def uRLType @uRLType end |
Instance Method Details
#set_any(elements) ⇒ Object
34812 34813 34814 |
# File 'lib/eBay.rb', line 34812 def set_any(elements) @__xmlele_any = elements end |