Class: SonyCameraRemote::ScalarWebAPIDevice

Inherits:
Device
  • Object
show all
Defined in:
lib/sony_camera_remote/device.rb

Instance Attribute Summary collapse

Attributes inherited from Device

#manufacturer, #model, #name, #services

Method Summary

Methods inherited from Device

#initialize

Constructor Details

This class inherits a constructor from SonyCameraRemote::Device

Instance Attribute Details

#imaging_deviceObject

Returns the value of attribute imaging_device.



17
18
19
# File 'lib/sony_camera_remote/device.rb', line 17

def imaging_device
  @imaging_device
end

#versionObject

Returns the value of attribute version.



17
18
19
# File 'lib/sony_camera_remote/device.rb', line 17

def version
  @version
end