Class: Sandals::SnapshotHistory::Snapshot
- Inherits:
-
Data
- Object
- Data
- Sandals::SnapshotHistory::Snapshot
- Defined in:
- lib/sandals/snapshot_history.rb
Instance Attribute Summary collapse
-
#controls ⇒ Object
readonly
Returns the value of attribute controls.
-
#revision ⇒ Object
readonly
Returns the value of attribute revision.
-
#view ⇒ Object
readonly
Returns the value of attribute view.
Instance Attribute Details
#controls ⇒ Object (readonly)
Returns the value of attribute controls
5 6 7 |
# File 'lib/sandals/snapshot_history.rb', line 5 def controls @controls end |
#revision ⇒ Object (readonly)
Returns the value of attribute revision
5 6 7 |
# File 'lib/sandals/snapshot_history.rb', line 5 def revision @revision end |
#view ⇒ Object (readonly)
Returns the value of attribute view
5 6 7 |
# File 'lib/sandals/snapshot_history.rb', line 5 def view @view end |