Class: Malartu::Snapshot
- Inherits:
-
MalartuObject
- Object
- MalartuObject
- Malartu::Snapshot
- Defined in:
- lib/malartu/snapshot.rb
Overview
A snapshot is saved from a dashboard at a certain period in time
Instance Attribute Summary collapse
-
#snapshots ⇒ Object
Returns the value of attribute snapshots.
Attributes inherited from MalartuObject
Class Method Summary collapse
Methods inherited from MalartuObject
Constructor Details
This class inherits a constructor from Malartu::MalartuObject
Instance Attribute Details
#snapshots ⇒ Object
Returns the value of attribute snapshots.
4 5 6 |
# File 'lib/malartu/snapshot.rb', line 4 def snapshots @snapshots end |