Class: ImageData

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

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comImageData

image - SOAP::SOAPBase64
imageName - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#imageObject

Returns the value of attribute image.



525
526
527
# File 'lib/stub/default.rb', line 525

def image
  @image
end

#imageNameObject

Returns the value of attribute imageName.



526
527
528
# File 'lib/stub/default.rb', line 526

def imageName
  @imageName
end