Class: GPhoto2::CameraEvent
- Inherits:
-
Struct
- Object
- Struct
- GPhoto2::CameraEvent
- Defined in:
- lib/gphoto2/camera_event.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
2 3 4 |
# File 'lib/gphoto2/camera_event.rb', line 2 def data @data end |
#type ⇒ Object
Returns the value of attribute type
2 3 4 |
# File 'lib/gphoto2/camera_event.rb', line 2 def type @type end |