Class: EBay::RegionDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsRegionDetailsType

regionID - SOAP::SOAPString
description - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(regionID = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ RegionDetailsType

Returns a new instance of RegionDetailsType.



30263
30264
30265
30266
30267
30268
30269
# File 'lib/eBay.rb', line 30263

def initialize(regionID = nil, description = nil, detailVersion = nil, updateTime = nil)
  @regionID = regionID
  @description = description
  @detailVersion = detailVersion
  @updateTime = updateTime
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30257
30258
30259
# File 'lib/eBay.rb', line 30257

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



30254
30255
30256
# File 'lib/eBay.rb', line 30254

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



30255
30256
30257
# File 'lib/eBay.rb', line 30255

def detailVersion
  @detailVersion
end

#regionIDObject

Returns the value of attribute regionID.



30253
30254
30255
# File 'lib/eBay.rb', line 30253

def regionID
  @regionID
end

#updateTimeObject

Returns the value of attribute updateTime.



30256
30257
30258
# File 'lib/eBay.rb', line 30256

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



30259
30260
30261
# File 'lib/eBay.rb', line 30259

def set_any(elements)
  @__xmlele_any = elements
end