Class: VBOX::Snapshot

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/vbox/cmdlineapi.rb', line 8

def name
  @name
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



8
9
10
# File 'lib/vbox/cmdlineapi.rb', line 8

def uuid
  @uuid
end