Class: ListingDesignerType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingDesignerType

Constant Summary collapse

@@schema_type =
"ListingDesignerType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
["layoutID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "LayoutID")]],
["optimalPictureSize", ["SOAP::SOAPBoolean", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "OptimalPictureSize")]],
["themeID", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "ThemeID")]],
["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(layoutID = nil, optimalPictureSize = nil, themeID = nil) ⇒ ListingDesignerType



14610
14611
14612
14613
14614
14615
# File 'lib/eBay.rb', line 14610

def initialize(layoutID = nil, optimalPictureSize = nil, themeID = nil)
  @layoutID = layoutID
  @optimalPictureSize = optimalPictureSize
  @themeID = themeID
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



14604
14605
14606
# File 'lib/eBay.rb', line 14604

def __xmlele_any
  @__xmlele_any
end

#layoutIDObject

Returns the value of attribute layoutID.



14601
14602
14603
# File 'lib/eBay.rb', line 14601

def layoutID
  @layoutID
end

#optimalPictureSizeObject

Returns the value of attribute optimalPictureSize.



14602
14603
14604
# File 'lib/eBay.rb', line 14602

def optimalPictureSize
  @optimalPictureSize
end

#themeIDObject

Returns the value of attribute themeID.



14603
14604
14605
# File 'lib/eBay.rb', line 14603

def themeID
  @themeID
end

Instance Method Details

#set_any(elements) ⇒ Object



14606
14607
14608
# File 'lib/eBay.rb', line 14606

def set_any(elements)
  @__xmlele_any = elements
end