Class: EBay::ListingDesignerType
- Inherits:
-
Object
- Object
- EBay::ListingDesignerType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsListingDesignerType
layoutID - SOAP::SOAPInt
optimalPictureSize - SOAP::SOAPBoolean
themeID - SOAP::SOAPInt
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.
25990 25991 25992 25993 25994 25995 |
# File 'lib/eBay.rb', line 25990 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.
25984 25985 25986 |
# File 'lib/eBay.rb', line 25984 def __xmlele_any @__xmlele_any end |
#layoutID ⇒ Object
Returns the value of attribute layoutID.
25981 25982 25983 |
# File 'lib/eBay.rb', line 25981 def layoutID @layoutID end |
#optimalPictureSize ⇒ Object
Returns the value of attribute optimalPictureSize.
25982 25983 25984 |
# File 'lib/eBay.rb', line 25982 def optimalPictureSize @optimalPictureSize end |
#themeID ⇒ Object
Returns the value of attribute themeID.
25983 25984 25985 |
# File 'lib/eBay.rb', line 25983 def themeID @themeID end |
Instance Method Details
#set_any(elements) ⇒ Object
25986 25987 25988 |
# File 'lib/eBay.rb', line 25986 def set_any(elements) @__xmlele_any = elements end |