Class: DescriptionTemplateType

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

Overview

urn:ebay:apis:eBLBaseComponentsDescriptionTemplateType

Constant Summary collapse

@@schema_type =
"DescriptionTemplateType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["groupID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "GroupID")]],
  ["iD", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ID")]],
  ["imageURL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ImageURL")]],
  ["name", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Name")]],
  ["templateXML", ["SOAP::SOAPString", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "TemplateXML")]],
  ["type", ["DescriptionTemplateCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Type")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(groupID = nil, iD = nil, imageURL = nil, name = nil, templateXML = nil, type = nil) ⇒ DescriptionTemplateType

Returns a new instance of DescriptionTemplateType.



15103
15104
15105
15106
15107
15108
15109
15110
15111
# File 'lib/eBay.rb', line 15103

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



15097
15098
15099
# File 'lib/eBay.rb', line 15097

def __xmlele_any
  @__xmlele_any
end

#groupIDObject

Returns the value of attribute groupID.



15091
15092
15093
# File 'lib/eBay.rb', line 15091

def groupID
  @groupID
end

#iDObject

Returns the value of attribute iD.



15092
15093
15094
# File 'lib/eBay.rb', line 15092

def iD
  @iD
end

#imageURLObject

Returns the value of attribute imageURL.



15093
15094
15095
# File 'lib/eBay.rb', line 15093

def imageURL
  @imageURL
end

#nameObject

Returns the value of attribute name.



15094
15095
15096
# File 'lib/eBay.rb', line 15094

def name
  @name
end

#templateXMLObject

Returns the value of attribute templateXML.



15095
15096
15097
# File 'lib/eBay.rb', line 15095

def templateXML
  @templateXML
end

#typeObject

Returns the value of attribute type.



15096
15097
15098
# File 'lib/eBay.rb', line 15096

def type
  @type
end

Instance Method Details

#set_any(elements) ⇒ Object



15099
15100
15101
# File 'lib/eBay.rb', line 15099

def set_any(elements)
  @__xmlele_any = elements
end