Class: VBOX::VMInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/vbox/cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dir_sizeObject

Returns the value of attribute dir_size

Returns:

  • (Object)

    the current value of dir_size



181
182
183
# File 'lib/vbox/cli.rb', line 181

def dir_size
  @dir_size
end

#memory_sizeObject

Returns the value of attribute memory_size

Returns:

  • (Object)

    the current value of memory_size



181
182
183
# File 'lib/vbox/cli.rb', line 181

def memory_size
  @memory_size
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



181
182
183
# File 'lib/vbox/cli.rb', line 181

def name
  @name
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



181
182
183
# File 'lib/vbox/cli.rb', line 181

def state
  @state
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



181
182
183
# File 'lib/vbox/cli.rb', line 181

def uuid
  @uuid
end