Class: EBay::DescriptionTemplateType
- Inherits:
-
Object
- Object
- EBay::DescriptionTemplateType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsDescriptionTemplateType
groupID - SOAP::SOAPInt
iD - SOAP::SOAPInt
imageURL - SOAP::SOAPAnyURI
name - SOAP::SOAPString
templateXML - SOAP::SOAPString
type - EBay::DescriptionTemplateCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#groupID ⇒ Object
Returns the value of attribute groupID.
-
#iD ⇒ Object
Returns the value of attribute iD.
-
#imageURL ⇒ Object
Returns the value of attribute imageURL.
-
#name ⇒ Object
Returns the value of attribute name.
-
#templateXML ⇒ Object
Returns the value of attribute templateXML.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(groupID = nil, iD = nil, imageURL = nil, name = nil, templateXML = nil, type = nil) ⇒ DescriptionTemplateType
constructor
A new instance of DescriptionTemplateType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(groupID = nil, iD = nil, imageURL = nil, name = nil, templateXML = nil, type = nil) ⇒ DescriptionTemplateType
Returns a new instance of DescriptionTemplateType.
23430 23431 23432 23433 23434 23435 23436 23437 23438 |
# File 'lib/eBay.rb', line 23430 def initialize(groupID = nil, iD = nil, imageURL = nil, name = nil, templateXML = nil, type = nil) @groupID = groupID @iD = iD @imageURL = imageURL @name = name @templateXML = templateXML @type = type @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23424 23425 23426 |
# File 'lib/eBay.rb', line 23424 def __xmlele_any @__xmlele_any end |
#groupID ⇒ Object
Returns the value of attribute groupID.
23418 23419 23420 |
# File 'lib/eBay.rb', line 23418 def groupID @groupID end |
#iD ⇒ Object
Returns the value of attribute iD.
23419 23420 23421 |
# File 'lib/eBay.rb', line 23419 def iD @iD end |
#imageURL ⇒ Object
Returns the value of attribute imageURL.
23420 23421 23422 |
# File 'lib/eBay.rb', line 23420 def imageURL @imageURL end |
#name ⇒ Object
Returns the value of attribute name.
23421 23422 23423 |
# File 'lib/eBay.rb', line 23421 def name @name end |
#templateXML ⇒ Object
Returns the value of attribute templateXML.
23422 23423 23424 |
# File 'lib/eBay.rb', line 23422 def templateXML @templateXML end |
#type ⇒ Object
Returns the value of attribute type.
23423 23424 23425 |
# File 'lib/eBay.rb', line 23423 def type @type end |
Instance Method Details
#set_any(elements) ⇒ Object
23426 23427 23428 |
# File 'lib/eBay.rb', line 23426 def set_any(elements) @__xmlele_any = elements end |