Class: Sandals::SnapshotHistory::Snapshot

Inherits:
Data
  • Object
show all
Defined in:
lib/sandals/snapshot_history.rb

Instance Attribute Summary collapse

Instance Attribute Details

#controlsObject (readonly)

Returns the value of attribute controls

Returns:

  • (Object)

    the current value of controls



5
6
7
# File 'lib/sandals/snapshot_history.rb', line 5

def controls
  @controls
end

#revisionObject (readonly)

Returns the value of attribute revision

Returns:

  • (Object)

    the current value of revision



5
6
7
# File 'lib/sandals/snapshot_history.rb', line 5

def revision
  @revision
end

#viewObject (readonly)

Returns the value of attribute view

Returns:

  • (Object)

    the current value of view



5
6
7
# File 'lib/sandals/snapshot_history.rb', line 5

def view
  @view
end