Class: VBox::MediumFormat

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

Instance Attribute Summary collapse

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 Attribute Details

#refObject (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

#capabilitiesObject



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_extensionsObject

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_propertiesObject



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

#idObject

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

#nameObject



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