Class: EBay::SellingManagerTemplateDetailsType
- Inherits:
-
Object
- Object
- EBay::SellingManagerTemplateDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsSellingManagerTemplateDetailsType
saleTemplateID - SOAP::SOAPString
saleTemplateName - SOAP::SOAPString
successPercent - SOAP::SOAPFloat
sellingManagerProductDetails - EBay::SellingManagerProductDetailsType
template - EBay::ItemType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
-
#saleTemplateName ⇒ Object
Returns the value of attribute saleTemplateName.
-
#sellingManagerProductDetails ⇒ Object
Returns the value of attribute sellingManagerProductDetails.
-
#successPercent ⇒ Object
Returns the value of attribute successPercent.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Method Summary collapse
-
#initialize(saleTemplateID = nil, saleTemplateName = nil, successPercent = nil, sellingManagerProductDetails = nil, template = nil) ⇒ SellingManagerTemplateDetailsType
constructor
A new instance of SellingManagerTemplateDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(saleTemplateID = nil, saleTemplateName = nil, successPercent = nil, sellingManagerProductDetails = nil, template = nil) ⇒ SellingManagerTemplateDetailsType
Returns a new instance of SellingManagerTemplateDetailsType.
32150 32151 32152 32153 32154 32155 32156 32157 |
# File 'lib/eBay.rb', line 32150 def initialize(saleTemplateID = nil, saleTemplateName = nil, successPercent = nil, sellingManagerProductDetails = nil, template = nil) @saleTemplateID = saleTemplateID @saleTemplateName = saleTemplateName @successPercent = successPercent @sellingManagerProductDetails = sellingManagerProductDetails @template = template @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
32144 32145 32146 |
# File 'lib/eBay.rb', line 32144 def __xmlele_any @__xmlele_any end |
#saleTemplateID ⇒ Object
Returns the value of attribute saleTemplateID.
32139 32140 32141 |
# File 'lib/eBay.rb', line 32139 def saleTemplateID @saleTemplateID end |
#saleTemplateName ⇒ Object
Returns the value of attribute saleTemplateName.
32140 32141 32142 |
# File 'lib/eBay.rb', line 32140 def saleTemplateName @saleTemplateName end |
#sellingManagerProductDetails ⇒ Object
Returns the value of attribute sellingManagerProductDetails.
32142 32143 32144 |
# File 'lib/eBay.rb', line 32142 def sellingManagerProductDetails @sellingManagerProductDetails end |
#successPercent ⇒ Object
Returns the value of attribute successPercent.
32141 32142 32143 |
# File 'lib/eBay.rb', line 32141 def successPercent @successPercent end |
#template ⇒ Object
Returns the value of attribute template.
32143 32144 32145 |
# File 'lib/eBay.rb', line 32143 def template @template end |
Instance Method Details
#set_any(elements) ⇒ Object
32146 32147 32148 |
# File 'lib/eBay.rb', line 32146 def set_any(elements) @__xmlele_any = elements end |