Class: Roby::TaskArguments::StaticArgumentWrapper Private
- Defined in:
- lib/roby/task_arguments.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
206 207 208 |
# File 'lib/roby/task_arguments.rb', line 206 def value @value end |
Instance Method Details
#evaluate_delayed_argument(task) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
207 208 209 |
# File 'lib/roby/task_arguments.rb', line 207 def evaluate_delayed_argument(task) value end |