Class: ListingDesignerType
- Inherits:
-
Object
- Object
- ListingDesignerType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#layoutID ⇒ Object
Returns the value of attribute layoutID.
-
#optimalPictureSize ⇒ Object
Returns the value of attribute optimalPictureSize.
-
#themeID ⇒ Object
Returns the value of attribute themeID.
Instance Method Summary collapse
-
#initialize(layoutID = nil, optimalPictureSize = nil, themeID = nil) ⇒ ListingDesignerType
constructor
A new instance of ListingDesignerType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(layoutID = nil, optimalPictureSize = nil, themeID = nil) ⇒ ListingDesignerType
Returns a new instance of ListingDesignerType.
18755 18756 18757 18758 18759 18760 |
# File 'lib/eBay.rb', line 18755 def initialize(layoutID = nil, optimalPictureSize = nil, themeID = nil) @layoutID = layoutID @optimalPictureSize = optimalPictureSize @themeID = themeID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
18749 18750 18751 |
# File 'lib/eBay.rb', line 18749 def __xmlele_any @__xmlele_any end |
#layoutID ⇒ Object
Returns the value of attribute layoutID.
18746 18747 18748 |
# File 'lib/eBay.rb', line 18746 def layoutID @layoutID end |
#optimalPictureSize ⇒ Object
Returns the value of attribute optimalPictureSize.
18747 18748 18749 |
# File 'lib/eBay.rb', line 18747 def optimalPictureSize @optimalPictureSize end |
#themeID ⇒ Object
Returns the value of attribute themeID.
18748 18749 18750 |
# File 'lib/eBay.rb', line 18748 def themeID @themeID end |
Instance Method Details
#set_any(elements) ⇒ Object
18751 18752 18753 |
# File 'lib/eBay.rb', line 18751 def set_any(elements) @__xmlele_any = elements end |