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



11
12
13
# File 'lib/vagrant_snap.rb', line 11

def current
  @current
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



11
12
13
# File 'lib/vagrant_snap.rb', line 11

def description
  @description
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/vagrant_snap.rb', line 11

def name
  @name
end

#time_stampObject

Returns the value of attribute time_stamp

Returns:

  • (Object)

    the current value of time_stamp



11
12
13
# File 'lib/vagrant_snap.rb', line 11

def time_stamp
  @time_stamp
end

#uuidObject

Returns the value of attribute uuid

Returns:

  • (Object)

    the current value of uuid



11
12
13
# File 'lib/vagrant_snap.rb', line 11

def uuid
  @uuid
end