Class: PictureManagerPictureDisplayType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureManagerPictureDisplayType

displayType - PictureManagerPictureDisplayTypeCodeType
uRL - SOAP::SOAPAnyURI
size - SOAP::SOAPInt
height - SOAP::SOAPInt
width - SOAP::SOAPInt

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.



22206
22207
22208
22209
22210
22211
22212
22213
# File 'lib/eBay.rb', line 22206

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.



22200
22201
22202
# File 'lib/eBay.rb', line 22200

def __xmlele_any
  @__xmlele_any
end

#displayTypeObject

Returns the value of attribute displayType.



22195
22196
22197
# File 'lib/eBay.rb', line 22195

def displayType
  @displayType
end

#heightObject

Returns the value of attribute height.



22198
22199
22200
# File 'lib/eBay.rb', line 22198

def height
  @height
end

#sizeObject

Returns the value of attribute size.



22197
22198
22199
# File 'lib/eBay.rb', line 22197

def size
  @size
end

#uRLObject

Returns the value of attribute uRL.



22196
22197
22198
# File 'lib/eBay.rb', line 22196

def uRL
  @uRL
end

#widthObject

Returns the value of attribute width.



22199
22200
22201
# File 'lib/eBay.rb', line 22199

def width
  @width
end

Instance Method Details

#set_any(elements) ⇒ Object



22202
22203
22204
# File 'lib/eBay.rb', line 22202

def set_any(elements)
  @__xmlele_any = elements
end