Class: EBay::ShippingCategoryDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsShippingCategoryDetailsType

shippingCategory - SOAP::SOAPToken
description - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(shippingCategory = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ ShippingCategoryDetailsType

Returns a new instance of ShippingCategoryDetailsType.



32490
32491
32492
32493
32494
32495
32496
# File 'lib/eBay.rb', line 32490

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



32484
32485
32486
# File 'lib/eBay.rb', line 32484

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



32481
32482
32483
# File 'lib/eBay.rb', line 32481

def description
  @description
end

#detailVersionObject

Returns the value of attribute detailVersion.



32482
32483
32484
# File 'lib/eBay.rb', line 32482

def detailVersion
  @detailVersion
end

#shippingCategoryObject

Returns the value of attribute shippingCategory.



32480
32481
32482
# File 'lib/eBay.rb', line 32480

def shippingCategory
  @shippingCategory
end

#updateTimeObject

Returns the value of attribute updateTime.



32483
32484
32485
# File 'lib/eBay.rb', line 32483

def updateTime
  @updateTime
end

Instance Method Details

#set_any(elements) ⇒ Object



32486
32487
32488
# File 'lib/eBay.rb', line 32486

def set_any(elements)
  @__xmlele_any = elements
end