Class: Bolt::Task

Inherits:
Struct
  • Object
show all
Defined in:
lib/bolt/applicator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#implementationsObject

Returns the value of attribute implementations

Returns:

  • (Object)

    the current value of implementations



10
11
12
# File 'lib/bolt/applicator.rb', line 10

def implementations
  @implementations
end

#input_methodObject

Returns the value of attribute input_method

Returns:

  • (Object)

    the current value of input_method



10
11
12
# File 'lib/bolt/applicator.rb', line 10

def input_method
  @input_method
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/bolt/applicator.rb', line 10

def name
  @name
end