Class: Libvirt::Event::Opaque

Inherits:
Struct
  • Object
show all
Defined in:
lib/libvirt/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cbObject

Returns the value of attribute cb

Returns:

  • (Object)

    the current value of cb



24
25
26
# File 'lib/libvirt/event.rb', line 24

def cb
  @cb
end

#free_funcObject

Returns the value of attribute free_func

Returns:

  • (Object)

    the current value of free_func



24
25
26
# File 'lib/libvirt/event.rb', line 24

def free_func
  @free_func
end

#opaqueObject

Returns the value of attribute opaque

Returns:

  • (Object)

    the current value of opaque



24
25
26
# File 'lib/libvirt/event.rb', line 24

def opaque
  @opaque
end