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

Returns a new instance of ListingDesignerType.



16504
16505
16506
16507
16508
16509
# File 'lib/eBay.rb', line 16504

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.



16498
16499
16500
# File 'lib/eBay.rb', line 16498

def __xmlele_any
  @__xmlele_any
end

#layoutIDObject

Returns the value of attribute layoutID.



16495
16496
16497
# File 'lib/eBay.rb', line 16495

def layoutID
  @layoutID
end

#optimalPictureSizeObject

Returns the value of attribute optimalPictureSize.



16496
16497
16498
# File 'lib/eBay.rb', line 16496

def optimalPictureSize
  @optimalPictureSize
end

#themeIDObject

Returns the value of attribute themeID.



16497
16498
16499
# File 'lib/eBay.rb', line 16497

def themeID
  @themeID
end

Instance Method Details

#set_any(elements) ⇒ Object



16500
16501
16502
# File 'lib/eBay.rb', line 16500

def set_any(elements)
  @__xmlele_any = elements
end