Class: RobotArmy::EvalCommand
Instance Attribute Summary collapse
-
#args ⇒ Object
Returns the value of attribute args.
-
#context ⇒ Object
Returns the value of attribute context.
-
#dependencies ⇒ Object
Returns the value of attribute dependencies.
-
#keychain ⇒ Object
Returns the value of attribute keychain.
-
#proc ⇒ Object
Returns the value of attribute proc.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize {|_self| ... } ⇒ EvalCommand
constructor
A new instance of EvalCommand.
Constructor Details
#initialize {|_self| ... } ⇒ EvalCommand
Returns a new instance of EvalCommand.
2 3 4 |
# File 'lib/robot-army/eval_command.rb', line 2 def initialize yield self if block_given? end |
Instance Attribute Details
#args ⇒ Object
Returns the value of attribute args.
10 11 12 |
# File 'lib/robot-army/eval_command.rb', line 10 def args @args end |
#context ⇒ Object
Returns the value of attribute context.
12 13 14 |
# File 'lib/robot-army/eval_command.rb', line 12 def context @context end |
#dependencies ⇒ Object
Returns the value of attribute dependencies.
14 15 16 |
# File 'lib/robot-army/eval_command.rb', line 14 def dependencies @dependencies end |
#keychain ⇒ Object
Returns the value of attribute keychain.
16 17 18 |
# File 'lib/robot-army/eval_command.rb', line 16 def keychain @keychain end |
#proc ⇒ Object
Returns the value of attribute proc.
8 9 10 |
# File 'lib/robot-army/eval_command.rb', line 8 def proc @proc end |
#user ⇒ Object
Returns the value of attribute user.
6 7 8 |
# File 'lib/robot-army/eval_command.rb', line 6 def user @user end |