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



8
9
10
# File 'lib/bolt/applicator.rb', line 8

def implementations
  @implementations
end

#input_methodObject

Returns the value of attribute input_method

Returns:

  • (Object)

    the current value of input_method



8
9
10
# File 'lib/bolt/applicator.rb', line 8

def input_method
  @input_method
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/bolt/applicator.rb', line 8

def name
  @name
end