Class: Mackerel::Commands::Tsdb

Inherits:
Thor
  • Object
show all
Defined in:
lib/mackerel/commands/tsdb.rb

Instance Method Summary collapse

Instance Method Details

#latestObject



7
8
9
# File 'lib/mackerel/commands/tsdb.rb', line 7

def latest
  puts JSON.pretty_generate Mackerel.latest_tsdb(options)
end