Class: Libvirt::Event::Opaque
- Inherits:
-
Struct
- Object
- Struct
- Libvirt::Event::Opaque
- Defined in:
- lib/libvirt/event.rb
Instance Attribute Summary collapse
-
#cb ⇒ Object
Returns the value of attribute cb.
-
#free_func ⇒ Object
Returns the value of attribute free_func.
-
#opaque ⇒ Object
Returns the value of attribute opaque.
Instance Attribute Details
#cb ⇒ Object
Returns the value of attribute cb
24 25 26 |
# File 'lib/libvirt/event.rb', line 24 def cb @cb end |
#free_func ⇒ Object
Returns the value of attribute free_func
24 25 26 |
# File 'lib/libvirt/event.rb', line 24 def free_func @free_func end |
#opaque ⇒ Object
Returns the value of attribute opaque
24 25 26 |
# File 'lib/libvirt/event.rb', line 24 def opaque @opaque end |