Class: PictureManagerPictureDisplayType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureManagerPictureDisplayType

Constant Summary collapse

@@schema_type =
"PictureManagerPictureDisplayType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["displayType", ["PictureManagerPictureDisplayTypeCodeType", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "DisplayType")]],
  ["uRL", ["SOAP::SOAPAnyURI", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "URL")]],
  ["size", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Size")]],
  ["height", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Height")]],
  ["width", ["SOAP::SOAPInt", XSD::QName.new("urn:ebay:apis:eBLBaseComponents", "Width")]],
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(displayType = nil, uRL = nil, size = nil, height = nil, width = nil) ⇒ PictureManagerPictureDisplayType

Returns a new instance of PictureManagerPictureDisplayType.



20738
20739
20740
20741
20742
20743
20744
20745
# File 'lib/eBay.rb', line 20738

def initialize(displayType = nil, uRL = nil, size = nil, height = nil, width = nil)
  @displayType = displayType
  @uRL = uRL
  @size = size
  @height = height
  @width = width
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20732
20733
20734
# File 'lib/eBay.rb', line 20732

def __xmlele_any
  @__xmlele_any
end

#displayTypeObject

Returns the value of attribute displayType.



20727
20728
20729
# File 'lib/eBay.rb', line 20727

def displayType
  @displayType
end

#heightObject

Returns the value of attribute height.



20730
20731
20732
# File 'lib/eBay.rb', line 20730

def height
  @height
end

#sizeObject

Returns the value of attribute size.



20729
20730
20731
# File 'lib/eBay.rb', line 20729

def size
  @size
end

#uRLObject

Returns the value of attribute uRL.



20728
20729
20730
# File 'lib/eBay.rb', line 20728

def uRL
  @uRL
end

#widthObject

Returns the value of attribute width.



20731
20732
20733
# File 'lib/eBay.rb', line 20731

def width
  @width
end

Instance Method Details

#set_any(elements) ⇒ Object



20734
20735
20736
# File 'lib/eBay.rb', line 20734

def set_any(elements)
  @__xmlele_any = elements
end