Class: Oselvar::Var::Core::StepRegistration

Inherits:
Data
  • Object
show all
Defined in:
lib/oselvar/var/core/registry.rb

Overview

One registered step definition. compiled is the CucumberExpression.

Instance Attribute Summary collapse

Instance Attribute Details

#compiledObject (readonly)

Returns the value of attribute compiled

Returns:

  • (Object)

    the current value of compiled



11
12
13
# File 'lib/oselvar/var/core/registry.rb', line 11

def compiled
  @compiled
end

#expressionObject (readonly)

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



11
12
13
# File 'lib/oselvar/var/core/registry.rb', line 11

def expression
  @expression
end

#expression_source_fileObject (readonly)

Returns the value of attribute expression_source_file

Returns:

  • (Object)

    the current value of expression_source_file



11
12
13
# File 'lib/oselvar/var/core/registry.rb', line 11

def expression_source_file
  @expression_source_file
end

#expression_source_lineObject (readonly)

Returns the value of attribute expression_source_line

Returns:

  • (Object)

    the current value of expression_source_line



11
12
13
# File 'lib/oselvar/var/core/registry.rb', line 11

def expression_source_line
  @expression_source_line
end

#handlerObject (readonly)

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



11
12
13
# File 'lib/oselvar/var/core/registry.rb', line 11

def handler
  @handler
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



11
12
13
# File 'lib/oselvar/var/core/registry.rb', line 11

def kind
  @kind
end