Class: EBay::SiteDetailsType

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



33448
33449
33450
# File 'lib/eBay.rb', line 33448

def __xmlele_any
  @__xmlele_any
end

#detailVersionObject

Returns the value of attribute detailVersion.



33446
33447
33448
# File 'lib/eBay.rb', line 33446

def detailVersion
  @detailVersion
end

#siteObject

Returns the value of attribute site.



33444
33445
33446
# File 'lib/eBay.rb', line 33444

def site
  @site
end

#siteIDObject

Returns the value of attribute siteID.



33445
33446
33447
# File 'lib/eBay.rb', line 33445

def siteID
  @siteID
end

#updateTimeObject

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