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.



13382
13383
13384
13385
13386
13387
13388
13389
13390
# File 'lib/eBay.rb', line 13382

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.



13376
13377
13378
# File 'lib/eBay.rb', line 13376

def __xmlele_any
  @__xmlele_any
end

#groupIDObject

Returns the value of attribute groupID.



13370
13371
13372
# File 'lib/eBay.rb', line 13370

def groupID
  @groupID
end

#iDObject

Returns the value of attribute iD.



13371
13372
13373
# File 'lib/eBay.rb', line 13371

def iD
  @iD
end

#imageURLObject

Returns the value of attribute imageURL.



13372
13373
13374
# File 'lib/eBay.rb', line 13372

def imageURL
  @imageURL
end

#nameObject

Returns the value of attribute name.



13373
13374
13375
# File 'lib/eBay.rb', line 13373

def name
  @name
end

#templateXMLObject

Returns the value of attribute templateXML.



13374
13375
13376
# File 'lib/eBay.rb', line 13374

def templateXML
  @templateXML
end

#typeObject

Returns the value of attribute type.



13375
13376
13377
# File 'lib/eBay.rb', line 13375

def type
  @type
end

Instance Method Details

#set_any(elements) ⇒ Object



13378
13379
13380
# File 'lib/eBay.rb', line 13378

def set_any(elements)
  @__xmlele_any = elements
end