Class: Varar::Core::StepRegistration
- Inherits:
-
Data
- Object
- Data
- Varar::Core::StepRegistration
- Defined in:
- lib/varar/core/registry.rb
Overview
One registered step definition. compiled is the CucumberExpression.
Instance Attribute Summary collapse
-
#compiled ⇒ Object
readonly
Returns the value of attribute compiled.
-
#expression ⇒ Object
readonly
Returns the value of attribute expression.
-
#expression_source_file ⇒ Object
readonly
Returns the value of attribute expression_source_file.
-
#expression_source_line ⇒ Object
readonly
Returns the value of attribute expression_source_line.
-
#handler ⇒ Object
readonly
Returns the value of attribute handler.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
Instance Attribute Details
#compiled ⇒ Object (readonly)
Returns the value of attribute compiled
10 11 12 |
# File 'lib/varar/core/registry.rb', line 10 def compiled @compiled end |
#expression ⇒ Object (readonly)
Returns the value of attribute expression
10 11 12 |
# File 'lib/varar/core/registry.rb', line 10 def expression @expression end |
#expression_source_file ⇒ Object (readonly)
Returns the value of attribute expression_source_file
10 11 12 |
# File 'lib/varar/core/registry.rb', line 10 def expression_source_file @expression_source_file end |
#expression_source_line ⇒ Object (readonly)
Returns the value of attribute expression_source_line
10 11 12 |
# File 'lib/varar/core/registry.rb', line 10 def expression_source_line @expression_source_line end |
#handler ⇒ Object (readonly)
Returns the value of attribute handler
10 11 12 |
# File 'lib/varar/core/registry.rb', line 10 def handler @handler end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
10 11 12 |
# File 'lib/varar/core/registry.rb', line 10 def kind @kind end |