Class: EBay::PictureManagerPictureDisplayType
- Inherits:
-
Object
- Object
- EBay::PictureManagerPictureDisplayType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#displayType ⇒ Object
Returns the value of attribute displayType.
-
#height ⇒ Object
Returns the value of attribute height.
-
#size ⇒ Object
Returns the value of attribute size.
-
#uRL ⇒ Object
Returns the value of attribute uRL.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Method Summary collapse
-
#initialize(displayType = nil, uRL = nil, size = nil, height = nil, width = nil) ⇒ PictureManagerPictureDisplayType
constructor
A new instance of PictureManagerPictureDisplayType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28904 28905 28906 |
# File 'lib/eBay.rb', line 28904 def __xmlele_any @__xmlele_any end |
#displayType ⇒ Object
Returns the value of attribute displayType.
28899 28900 28901 |
# File 'lib/eBay.rb', line 28899 def displayType @displayType end |
#height ⇒ Object
Returns the value of attribute height.
28902 28903 28904 |
# File 'lib/eBay.rb', line 28902 def height @height end |
#size ⇒ Object
Returns the value of attribute size.
28901 28902 28903 |
# File 'lib/eBay.rb', line 28901 def size @size end |
#uRL ⇒ Object
Returns the value of attribute uRL.
28900 28901 28902 |
# File 'lib/eBay.rb', line 28900 def uRL @uRL end |
#width ⇒ Object
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 |