Class: EBay::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.



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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25984
25985
25986
# File 'lib/eBay.rb', line 25984

def __xmlele_any
  @__xmlele_any
end

#layoutIDObject

Returns the value of attribute layoutID.



25981
25982
25983
# File 'lib/eBay.rb', line 25981

def layoutID
  @layoutID
end

#optimalPictureSizeObject

Returns the value of attribute optimalPictureSize.



25982
25983
25984
# File 'lib/eBay.rb', line 25982

def optimalPictureSize
  @optimalPictureSize
end

#themeIDObject

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