Class: EBay::PictureManagerPictureDisplayType

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

Overview

urn:ebay:apis:eBLBaseComponentsPictureManagerPictureDisplayType

displayType - EBay::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.



28910
28911
28912
28913
28914
28915
28916
28917
# File 'lib/eBay.rb', line 28910

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.



28904
28905
28906
# File 'lib/eBay.rb', line 28904

def __xmlele_any
  @__xmlele_any
end

#displayTypeObject

Returns the value of attribute displayType.



28899
28900
28901
# File 'lib/eBay.rb', line 28899

def displayType
  @displayType
end

#heightObject

Returns the value of attribute height.



28902
28903
28904
# File 'lib/eBay.rb', line 28902

def height
  @height
end

#sizeObject

Returns the value of attribute size.



28901
28902
28903
# File 'lib/eBay.rb', line 28901

def size
  @size
end

#uRLObject

Returns the value of attribute uRL.



28900
28901
28902
# File 'lib/eBay.rb', line 28900

def uRL
  @uRL
end

#widthObject

Returns the value of attribute width.



28903
28904
28905
# File 'lib/eBay.rb', line 28903

def width
  @width
end

Instance Method Details

#set_any(elements) ⇒ Object



28906
28907
28908
# File 'lib/eBay.rb', line 28906

def set_any(elements)
  @__xmlele_any = elements
end