Class: VBox::ReusableEvent
- Defined in:
- lib/virtualbox/classes/events/reusable_event.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#generation ⇒ Object
Attributes.
-
#reuse ⇒ Object
Methods.
Methods inherited from Event
#set_processed, #source, #type, #wait_processed, #waitable
Methods inherited from Base
#_this, #delete!, #ensure_hash, #initialize, #vbox_class
Constructor Details
This class inherits a constructor from VBox::Base
Instance Method Details
#generation ⇒ Object
Attributes
6 7 8 |
# File 'lib/virtualbox/classes/events/reusable_event.rb', line 6 def generation VBox::WebService.send_request(:i_reusable_event_get_generation, _this) end |
#reuse ⇒ Object
Methods
12 13 14 |
# File 'lib/virtualbox/classes/events/reusable_event.rb', line 12 def reuse VBox::WebService.send_request(:i_reusable_event_reuse, _this) end |