Class: Step

Inherits:
Item show all
Defined in:
lib/cuker/models/models_ready.rb

Instance Attribute Summary collapse

Attributes inherited from Item

#content

Method Summary

Methods inherited from Item

#initialize, #to_s

Constructor Details

This class inherits a constructor from Item

Instance Attribute Details

#keywordObject

Returns the value of attribute keyword.



14
15
16
# File 'lib/cuker/models/models_ready.rb', line 14

def keyword
  @keyword
end

#lineObject

Returns the value of attribute line.



14
15
16
# File 'lib/cuker/models/models_ready.rb', line 14

def line
  @line
end

#tableObject

optional



15
16
17
# File 'lib/cuker/models/models_ready.rb', line 15

def table
  @table
end