Class: EBay::RestockingFeeValueDetailsType
- Inherits:
-
Object
- Object
- EBay::RestockingFeeValueDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRestockingFeeValueDetailsType
restockingFeeValueOption - SOAP::SOAPToken
description - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#description ⇒ Object
Returns the value of attribute description.
-
#restockingFeeValueOption ⇒ Object
Returns the value of attribute restockingFeeValueOption.
Instance Method Summary collapse
-
#initialize(restockingFeeValueOption = nil, description = nil) ⇒ RestockingFeeValueDetailsType
constructor
A new instance of RestockingFeeValueDetailsType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30440 30441 30442 |
# File 'lib/eBay.rb', line 30440 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
30439 30440 30441 |
# File 'lib/eBay.rb', line 30439 def description @description end |
#restockingFeeValueOption ⇒ Object
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 |