Class: VBOX::Snapshot
- Inherits:
-
Struct
- Object
- Struct
- VBOX::Snapshot
- Defined in:
- lib/vbox/cmdlineapi.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/vbox/cmdlineapi.rb', line 9 def name @name end |
#uuid ⇒ Object
Returns the value of attribute uuid
9 10 11 |
# File 'lib/vbox/cmdlineapi.rb', line 9 def uuid @uuid end |