Class: GridCLI::Stats

Inherits:
YMLHash
  • Object
show all
Defined in:
lib/gridcli/stats.rb

Instance Method Summary collapse

Methods inherited from YMLHash

#save

Constructor Details

#initializeStats

Returns a new instance of Stats.



3
4
5
# File 'lib/gridcli/stats.rb', line 3

def initialize
  super "stats"
end

Instance Method Details

#default_configObject



7
8
9
10
11
# File 'lib/gridcli/stats.rb', line 7

def default_config
  {
    'last_sha' => nil
  }
end