Class: EBay::SiteDetailsType
- Inherits:
-
Object
- Object
- EBay::SiteDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSiteDetailsType
site - EBay::SiteCodeType
siteID - SOAP::SOAPInt
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.
-
#site ⇒ Object
Returns the value of attribute site.
-
#siteID ⇒ Object
Returns the value of attribute siteID.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(site = nil, siteID = nil, detailVersion = nil, updateTime = nil) ⇒ SiteDetailsType
constructor
A new instance of SiteDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(site = nil, siteID = nil, detailVersion = nil, updateTime = nil) ⇒ SiteDetailsType
Returns a new instance of SiteDetailsType.
33454 33455 33456 33457 33458 33459 33460 |
# File 'lib/eBay.rb', line 33454 def initialize(site = nil, siteID = nil, detailVersion = nil, updateTime = nil) @site = site @siteID = siteID @detailVersion = detailVersion @updateTime = updateTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
33448 33449 33450 |
# File 'lib/eBay.rb', line 33448 def __xmlele_any @__xmlele_any end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
33446 33447 33448 |
# File 'lib/eBay.rb', line 33446 def detailVersion @detailVersion end |
#site ⇒ Object
Returns the value of attribute site.
33444 33445 33446 |
# File 'lib/eBay.rb', line 33444 def site @site end |
#siteID ⇒ Object
Returns the value of attribute siteID.
33445 33446 33447 |
# File 'lib/eBay.rb', line 33445 def siteID @siteID end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
33447 33448 33449 |
# File 'lib/eBay.rb', line 33447 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
33450 33451 33452 |
# File 'lib/eBay.rb', line 33450 def set_any(elements) @__xmlele_any = elements end |