Class: ListingDesignerType

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

Overview

urn:ebay:apis:eBLBaseComponentsListingDesignerType

layoutID - SOAP::SOAPInt
optimalPictureSize - SOAP::SOAPBoolean
themeID - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ListingDesignerType.



20577
20578
20579
20580
20581
20582
# File 'lib/eBay.rb', line 20577

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.



20571
20572
20573
# File 'lib/eBay.rb', line 20571

def __xmlele_any
  @__xmlele_any
end

#layoutIDObject

Returns the value of attribute layoutID.



20568
20569
20570
# File 'lib/eBay.rb', line 20568

def layoutID
  @layoutID
end

#optimalPictureSizeObject

Returns the value of attribute optimalPictureSize.



20569
20570
20571
# File 'lib/eBay.rb', line 20569

def optimalPictureSize
  @optimalPictureSize
end

#themeIDObject

Returns the value of attribute themeID.



20570
20571
20572
# File 'lib/eBay.rb', line 20570

def themeID
  @themeID
end

Instance Method Details

#set_any(elements) ⇒ Object



20573
20574
20575
# File 'lib/eBay.rb', line 20573

def set_any(elements)
  @__xmlele_any = elements
end