Class: EBay::RestockingFeeValueDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsRestockingFeeValueDetailsType

restockingFeeValueOption - SOAP::SOAPToken
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(restockingFeeValueOption = nil, description = nil) ⇒ RestockingFeeValueDetailsType

Returns a new instance of RestockingFeeValueDetailsType.



30446
30447
30448
30449
30450
# File 'lib/eBay.rb', line 30446

def initialize(restockingFeeValueOption = nil, description = nil)
  @restockingFeeValueOption = restockingFeeValueOption
  @description = description
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



30440
30441
30442
# File 'lib/eBay.rb', line 30440

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



30439
30440
30441
# File 'lib/eBay.rb', line 30439

def description
  @description
end

#restockingFeeValueOptionObject

Returns the value of attribute restockingFeeValueOption.



30438
30439
30440
# File 'lib/eBay.rb', line 30438

def restockingFeeValueOption
  @restockingFeeValueOption
end

Instance Method Details

#set_any(elements) ⇒ Object



30442
30443
30444
# File 'lib/eBay.rb', line 30442

def set_any(elements)
  @__xmlele_any = elements
end