Class: ImageData
- Inherits:
-
Object
- Object
- ImageData
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comImageData
image - SOAP::SOAPBase64
imageName - SOAP::SOAPString
Instance Attribute Summary collapse
-
#image ⇒ Object
Returns the value of attribute image.
-
#imageName ⇒ Object
Returns the value of attribute imageName.
Instance Method Summary collapse
-
#initialize(image = nil, imageName = nil) ⇒ ImageData
constructor
A new instance of ImageData.
Constructor Details
#initialize(image = nil, imageName = nil) ⇒ ImageData
Returns a new instance of ImageData.
528 529 530 531 |
# File 'lib/stub/default.rb', line 528 def initialize(image = nil, imageName = nil) @image = image @imageName = imageName end |
Instance Attribute Details
#image ⇒ Object
Returns the value of attribute image.
525 526 527 |
# File 'lib/stub/default.rb', line 525 def image @image end |
#imageName ⇒ Object
Returns the value of attribute imageName.
526 527 528 |
# File 'lib/stub/default.rb', line 526 def imageName @imageName end |