Class: Snap::VBox::SnapShot::Snap
- Inherits:
-
Struct
- Object
- Struct
- Snap::VBox::SnapShot::Snap
- Defined in:
- lib/vagrant_snap.rb
Instance Attribute Summary collapse
-
#current ⇒ Object
Returns the value of attribute current.
-
#description ⇒ Object
Returns the value of attribute description.
-
#name ⇒ Object
Returns the value of attribute name.
-
#time_stamp ⇒ Object
Returns the value of attribute time_stamp.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Instance Attribute Details
#current ⇒ Object
Returns the value of attribute current
13 14 15 |
# File 'lib/vagrant_snap.rb', line 13 def current @current end |
#description ⇒ Object
Returns the value of attribute description
13 14 15 |
# File 'lib/vagrant_snap.rb', line 13 def description @description end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/vagrant_snap.rb', line 13 def name @name end |
#time_stamp ⇒ Object
Returns the value of attribute time_stamp
13 14 15 |
# File 'lib/vagrant_snap.rb', line 13 def time_stamp @time_stamp end |
#uuid ⇒ Object
Returns the value of attribute uuid
13 14 15 |
# File 'lib/vagrant_snap.rb', line 13 def uuid @uuid end |