Class: VBox::MediumFormat
- Defined in:
- lib/virtualbox/classes/medium_format.rb
Instance Attribute Summary collapse
-
#ref ⇒ Object
readonly
Returns the value of attribute ref.
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 Attribute Details
#ref ⇒ Object (readonly)
Returns the value of attribute ref.
4 5 6 |
# File 'lib/virtualbox/classes/medium_format.rb', line 4 def ref @ref end |
Instance Method Details
#capabilities ⇒ Object
16 17 18 |
# File 'lib/virtualbox/classes/medium_format.rb', line 16 def capabilities VBox::WebService.send_request(:i_medium_format_get_name, _this) end |
#describe_file_extensions ⇒ Object
Methods
22 23 24 |
# File 'lib/virtualbox/classes/medium_format.rb', line 22 def describe_file_extensions VBox::WebService.send_request(:i_medium_format_describe_file_extensions, _this) end |
#describe_properties ⇒ Object
26 27 28 |
# File 'lib/virtualbox/classes/medium_format.rb', line 26 def describe_properties VBox::WebService.send_request(:i_medium_format_describe_properties, _this) end |
#id ⇒ Object
Attributes
8 9 10 |
# File 'lib/virtualbox/classes/medium_format.rb', line 8 def id VBox::WebService.send_request(:i_medium_format_get_id, _this) end |
#name ⇒ Object
12 13 14 |
# File 'lib/virtualbox/classes/medium_format.rb', line 12 def name VBox::WebService.send_request(:i_medium_format_get_name, _this) end |