Class: Bolt::Task
- Inherits:
-
Struct
- Object
- Struct
- Bolt::Task
- Defined in:
- lib/bolt/applicator.rb
Instance Attribute Summary collapse
-
#implementations ⇒ Object
Returns the value of attribute implementations.
-
#input_method ⇒ Object
Returns the value of attribute input_method.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#implementations ⇒ Object
Returns the value of attribute implementations
10 11 12 |
# File 'lib/bolt/applicator.rb', line 10 def implementations @implementations end |
#input_method ⇒ Object
Returns the value of attribute input_method
10 11 12 |
# File 'lib/bolt/applicator.rb', line 10 def input_method @input_method end |
#name ⇒ Object
Returns the value of attribute name
10 11 12 |
# File 'lib/bolt/applicator.rb', line 10 def name @name end |