Class: Textus::CLI::Verb::Pulse

Inherits:
Textus::CLI::Verb show all
Defined in:
lib/textus/cli/verb/pulse.rb

Instance Attribute Summary

Attributes inherited from Textus::CLI::Verb

#positional

Instance Method Summary collapse

Methods inherited from Textus::CLI::Verb

command_name, #context_for, descendants, #emit, inherited, #initialize, needs_store?, #operations_for, option, options, parent_group, #parse, #resolved_role

Constructor Details

This class inherits a constructor from Textus::CLI::Verb

Instance Method Details

#call(store) ⇒ Object



9
10
11
12
13
# File 'lib/textus/cli/verb/pulse.rb', line 9

def call(store)
  ops = operations_for(store)
  since_n = (since || "0").to_i
  emit(ops.pulse(since: since_n))
end