Class: Vangrail::Dojo::Task

Inherits:
Struct
  • Object
show all
Defined in:
lib/vangrail/dojo.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expectObject

Returns the value of attribute expect

Returns:

  • (Object)

    the current value of expect



23
24
25
# File 'lib/vangrail/dojo.rb', line 23

def expect
  @expect
end

#injected_toolObject

Returns the value of attribute injected_tool

Returns:

  • (Object)

    the current value of injected_tool



23
24
25
# File 'lib/vangrail/dojo.rb', line 23

def injected_tool
  @injected_tool
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



23
24
25
# File 'lib/vangrail/dojo.rb', line 23

def name
  @name
end

#pagesObject

Returns the value of attribute pages

Returns:

  • (Object)

    the current value of pages



23
24
25
# File 'lib/vangrail/dojo.rb', line 23

def pages
  @pages
end

#questionObject

Returns the value of attribute question

Returns:

  • (Object)

    the current value of question



23
24
25
# File 'lib/vangrail/dojo.rb', line 23

def question
  @question
end

#utility_toolObject

Returns the value of attribute utility_tool

Returns:

  • (Object)

    the current value of utility_tool



23
24
25
# File 'lib/vangrail/dojo.rb', line 23

def utility_tool
  @utility_tool
end