Class: DescriptionTemplateType

Inherits:
Object
  • Object
show all
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 - DescriptionTemplateCodeType

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.



18656
18657
18658
18659
18660
18661
18662
18663
18664
# File 'lib/eBay.rb', line 18656

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.



18650
18651
18652
# File 'lib/eBay.rb', line 18650

def __xmlele_any
  @__xmlele_any
end

#groupIDObject

Returns the value of attribute groupID.



18644
18645
18646
# File 'lib/eBay.rb', line 18644

def groupID
  @groupID
end

#iDObject

Returns the value of attribute iD.



18645
18646
18647
# File 'lib/eBay.rb', line 18645

def iD
  @iD
end

#imageURLObject

Returns the value of attribute imageURL.



18646
18647
18648
# File 'lib/eBay.rb', line 18646

def imageURL
  @imageURL
end

#nameObject

Returns the value of attribute name.



18647
18648
18649
# File 'lib/eBay.rb', line 18647

def name
  @name
end

#templateXMLObject

Returns the value of attribute templateXML.



18648
18649
18650
# File 'lib/eBay.rb', line 18648

def templateXML
  @templateXML
end

#typeObject

Returns the value of attribute type.



18649
18650
18651
# File 'lib/eBay.rb', line 18649

def type
  @type
end

Instance Method Details

#set_any(elements) ⇒ Object



18652
18653
18654
# File 'lib/eBay.rb', line 18652

def set_any(elements)
  @__xmlele_any = elements
end