Class: VBox::MediumFormat

Inherits:
Base
  • Object
show all
Defined in:
lib/virtualbox/classes/medium_format.rb

Instance Attribute Summary

Attributes inherited from Base

#ref

Instance Method Summary collapse

Methods inherited from Base

#_this, #delete!, #ensure_hash, #initialize, #vbox_class

Constructor Details

This class inherits a constructor from VBox::Base

Instance Method Details

#capabilitiesObject



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_extensionsObject

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_propertiesObject



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

#idObject

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

#nameObject



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