Class: Snap::VBox::SnapShot::Snap

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

Instance Attribute Summary collapse

Instance Attribute Details

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



13
14
15
# File 'lib/vagrant_snap.rb', line 13

def current
  @current
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



13
14
15
# File 'lib/vagrant_snap.rb', line 13

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/vagrant_snap.rb', line 13

def name
  @name
end

#time_stampObject

Returns the value of attribute time_stamp

Returns:

  • (Object)

    the current value of time_stamp



13
14
15
# File 'lib/vagrant_snap.rb', line 13

def time_stamp
  @time_stamp
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



13
14
15
# File 'lib/vagrant_snap.rb', line 13

def uuid
  @uuid
end