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.



16052
16053
16054
16055
16056
16057
16058
16059
# File 'lib/eBay.rb', line 16052

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.



16046
16047
16048
# File 'lib/eBay.rb', line 16046

def __xmlele_any
  @__xmlele_any
end

#displayTypeObject

Returns the value of attribute displayType.



16041
16042
16043
# File 'lib/eBay.rb', line 16041

def displayType
  @displayType
end

#heightObject

Returns the value of attribute height.



16044
16045
16046
# File 'lib/eBay.rb', line 16044

def height
  @height
end

#sizeObject

Returns the value of attribute size.



16043
16044
16045
# File 'lib/eBay.rb', line 16043

def size
  @size
end

#uRLObject

Returns the value of attribute uRL.



16042
16043
16044
# File 'lib/eBay.rb', line 16042

def uRL
  @uRL
end

#widthObject

Returns the value of attribute width.



16045
16046
16047
# File 'lib/eBay.rb', line 16045

def width
  @width
end

Instance Method Details

#set_any(elements) ⇒ Object



16048
16049
16050
# File 'lib/eBay.rb', line 16048

def set_any(elements)
  @__xmlele_any = elements
end