Class: ListingDesignerType

Inherits:
Object
  • Object
show all
Defined in:
lib/paypal-business/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.



2407
2408
2409
2410
2411
# File 'lib/paypal-business/default.rb', line 2407

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.



2403
2404
2405
# File 'lib/paypal-business/default.rb', line 2403

def layoutID
  @layoutID
end

#optimalPictureSizeObject

Returns the value of attribute optimalPictureSize.



2404
2405
2406
# File 'lib/paypal-business/default.rb', line 2404

def optimalPictureSize
  @optimalPictureSize
end

#themeIDObject

Returns the value of attribute themeID.



2405
2406
2407
# File 'lib/paypal-business/default.rb', line 2405

def themeID
  @themeID
end