Class: EBay::RegionOfOriginDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsRegionOfOriginDetailsType

regionOfOrigin - SOAP::SOAPString
description - SOAP::SOAPString
status - EBay::StatusCodeType
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(regionOfOrigin = nil, description = nil, status = nil, detailVersion = nil, updateTime = nil) ⇒ RegionOfOriginDetailsType

Returns a new instance of RegionOfOriginDetailsType.



30290
30291
30292
30293
30294
30295
30296
30297
# File 'lib/eBay.rb', line 30290

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30284
30285
30286
# File 'lib/eBay.rb', line 30284

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



30280
30281
30282
# File 'lib/eBay.rb', line 30280

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



30282
30283
30284
# File 'lib/eBay.rb', line 30282

def detailVersion
  @detailVersion
end

#regionOfOriginObject

Returns the value of attribute regionOfOrigin.



30279
30280
30281
# File 'lib/eBay.rb', line 30279

def regionOfOrigin
  @regionOfOrigin
end

#statusObject

Returns the value of attribute status.



30281
30282
30283
# File 'lib/eBay.rb', line 30281

def status
  @status
end

#updateTimeObject

Returns the value of attribute updateTime.



30283
30284
30285
# File 'lib/eBay.rb', line 30283

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



30286
30287
30288
# File 'lib/eBay.rb', line 30286

def set_any(elements)
  @__xmlele_any = elements
end