Class: VBox::Directory
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#close ⇒ Object
Methods.
-
#directory_name ⇒ Object
Attributes.
- #filter ⇒ Object
- #read ⇒ Object
Methods inherited from Base
#_this, #delete!, #ensure_hash, #initialize, #vbox_class
Constructor Details
This class inherits a constructor from VBox::Base
Instance Method Details
#close ⇒ Object
Methods
16 17 18 |
# File 'lib/virtualbox/classes/directory.rb', line 16 def close VBox::WebService.send_request(:i_directory_close, _this) end |
#directory_name ⇒ Object
Attributes
6 7 8 |
# File 'lib/virtualbox/classes/directory.rb', line 6 def directory_name VBox::WebService.send_request(:i_directory_get_directory_name, _this) end |
#filter ⇒ Object
10 11 12 |
# File 'lib/virtualbox/classes/directory.rb', line 10 def filter VBox::WebService.send_request(:i_directory_get_filter, _this) end |
#read ⇒ Object
20 21 22 23 |
# File 'lib/virtualbox/classes/directory.rb', line 20 def read entry = VBox::WebService.send_request(:i_directory_read, _this) VBox::FsObjInfo.new(entry) end |