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.



18334
18335
18336
18337
18338
18339
18340
18341
# File 'lib/eBay.rb', line 18334

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.



18328
18329
18330
# File 'lib/eBay.rb', line 18328

def __xmlele_any
  @__xmlele_any
end

#displayTypeObject

Returns the value of attribute displayType.



18323
18324
18325
# File 'lib/eBay.rb', line 18323

def displayType
  @displayType
end

#heightObject

Returns the value of attribute height.



18326
18327
18328
# File 'lib/eBay.rb', line 18326

def height
  @height
end

#sizeObject

Returns the value of attribute size.



18325
18326
18327
# File 'lib/eBay.rb', line 18325

def size
  @size
end

#uRLObject

Returns the value of attribute uRL.



18324
18325
18326
# File 'lib/eBay.rb', line 18324

def uRL
  @uRL
end

#widthObject

Returns the value of attribute width.



18327
18328
18329
# File 'lib/eBay.rb', line 18327

def width
  @width
end

Instance Method Details

#set_any(elements) ⇒ Object



18330
18331
18332
# File 'lib/eBay.rb', line 18330

def set_any(elements)
  @__xmlele_any = elements
end