Class: EBay::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 - EBay::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.



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

Returns the value of attribute __xmlele_any.



23424
23425
23426
# File 'lib/eBay.rb', line 23424

def __xmlele_any
  @__xmlele_any
end

#groupIDObject

Returns the value of attribute groupID.



23418
23419
23420
# File 'lib/eBay.rb', line 23418

def groupID
  @groupID
end

#iDObject

Returns the value of attribute iD.



23419
23420
23421
# File 'lib/eBay.rb', line 23419

def iD
  @iD
end

#imageURLObject

Returns the value of attribute imageURL.



23420
23421
23422
# File 'lib/eBay.rb', line 23420

def imageURL
  @imageURL
end

#nameObject

Returns the value of attribute name.



23421
23422
23423
# File 'lib/eBay.rb', line 23421

def name
  @name
end

#templateXMLObject

Returns the value of attribute templateXML.



23422
23423
23424
# File 'lib/eBay.rb', line 23422

def templateXML
  @templateXML
end

#typeObject

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