Class: Malartu::Dashboard
- Inherits:
-
MalartuObject
- Object
- MalartuObject
- Malartu::Dashboard
- Defined in:
- lib/malartu/dashboard.rb
Overview
A dashboard is how you display data within Malartu
Instance Attribute Summary collapse
-
#snapshots ⇒ Object
Returns the value of attribute snapshots.
Attributes inherited from MalartuObject
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(json) ⇒ Dashboard
constructor
A new instance of Dashboard.
Methods inherited from MalartuObject
Constructor Details
Instance Attribute Details
#snapshots ⇒ Object
Returns the value of attribute snapshots.
4 5 6 |
# File 'lib/malartu/dashboard.rb', line 4 def snapshots @snapshots end |