Class: Riot::RootContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/riot/context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailed_descriptionObject

Returns the value of attribute detailed_description

Returns:

  • (Object)

    the current value of detailed_description



2
3
4
# File 'lib/riot/context.rb', line 2

def detailed_description
  @detailed_description
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



2
3
4
# File 'lib/riot/context.rb', line 2

def options
  @options
end

#setupsObject

Returns the value of attribute setups

Returns:

  • (Object)

    the current value of setups



2
3
4
# File 'lib/riot/context.rb', line 2

def setups
  @setups
end

#teardownsObject

Returns the value of attribute teardowns

Returns:

  • (Object)

    the current value of teardowns



2
3
4
# File 'lib/riot/context.rb', line 2

def teardowns
  @teardowns
end