Class: Baleen::Task::RunProject

Inherits:
Base
  • Object
show all
Defined in:
lib/baleen/task/run_project.rb

Instance Method Summary collapse

Methods inherited from Base

#command, #command=, #commands, #respond, #result, #terminate?

Methods included from Serializable

deserialize, #dup, #method_missing, #params, symbolize_keys, #to_json

Constructor Details

#initialize(opt) ⇒ RunProject

Returns a new instance of RunProject.



7
8
9
10
# File 'lib/baleen/task/run_project.rb', line 7

def initialize(opt)
  super()
  @params[:project] = opt[:project]
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Baleen::Serializable