Class: ListingDesignerType

Inherits:
Object
  • Object
show all
Defined in:
lib/v_paypal/default.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")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ListingDesignerType.



2227
2228
2229
2230
2231
# File 'lib/v_paypal/default.rb', line 2227

def initialize(layoutID = nil, optimalPictureSize = nil, themeID = nil)
  @layoutID = layoutID
  @optimalPictureSize = optimalPictureSize
  @themeID = themeID
end

Instance Attribute Details

#layoutIDObject

Returns the value of attribute layoutID.



2223
2224
2225
# File 'lib/v_paypal/default.rb', line 2223

def layoutID
  @layoutID
end

#optimalPictureSizeObject

Returns the value of attribute optimalPictureSize.



2224
2225
2226
# File 'lib/v_paypal/default.rb', line 2224

def optimalPictureSize
  @optimalPictureSize
end

#themeIDObject

Returns the value of attribute themeID.



2225
2226
2227
# File 'lib/v_paypal/default.rb', line 2225

def themeID
  @themeID
end