Module: Kommando::CommandPlugins::Schedule::InstanceMethods

Defined in:
lib/kommando/command_plugins/schedule.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#scheduled_command_resultsObject

Returns the value of attribute scheduled_command_results.



97
98
99
# File 'lib/kommando/command_plugins/schedule.rb', line 97

def scheduled_command_results
  @scheduled_command_results
end

Instance Method Details

#scheduled(result) ⇒ Object



99
100
101
# File 'lib/kommando/command_plugins/schedule.rb', line 99

def scheduled(result)
  @scheduled_command_results.push(result)
end