Class: VBox::MediumFormat
- Defined in:
- lib/virtualbox/classes/medium_format.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
- #capabilities ⇒ Object
-
#describe_file_extensions ⇒ Object
Methods.
- #describe_properties ⇒ Object
-
#id ⇒ Object
Attributes.
- #name ⇒ 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
#capabilities ⇒ Object
14 15 16 |
# File 'lib/virtualbox/classes/medium_format.rb', line 14 def capabilities VBox::WebService.send_request(:i_medium_format_get_name, _this) end |
#describe_file_extensions ⇒ Object
Methods
20 21 22 |
# File 'lib/virtualbox/classes/medium_format.rb', line 20 def describe_file_extensions VBox::WebService.send_request(:i_medium_format_describe_file_extensions, _this) end |
#describe_properties ⇒ Object
24 25 26 |
# File 'lib/virtualbox/classes/medium_format.rb', line 24 def describe_properties VBox::WebService.send_request(:i_medium_format_describe_properties, _this) end |
#id ⇒ Object
Attributes
6 7 8 |
# File 'lib/virtualbox/classes/medium_format.rb', line 6 def id VBox::WebService.send_request(:i_medium_format_get_id, _this) end |
#name ⇒ Object
10 11 12 |
# File 'lib/virtualbox/classes/medium_format.rb', line 10 def name VBox::WebService.send_request(:i_medium_format_get_name, _this) end |