Class: Specific::Step

Inherits:
Struct
  • Object
show all
Defined in:
lib/specific/step.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keywordObject

Returns the value of attribute keyword

Returns:

  • (Object)

    the current value of keyword



2
3
4
# File 'lib/specific/step.rb', line 2

def keyword
  @keyword
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



2
3
4
# File 'lib/specific/step.rb', line 2

def text
  @text
end