Class: Varar::Core::Registry
- Inherits:
-
Data
- Object
- Data
- Varar::Core::Registry
- Defined in:
- lib/varar/core/registry.rb
Overview
A registry of step definitions plus the shared cucumber ParameterTypeRegistry and per-type display formatters (kept beside it because ParameterType can't carry one). Port of registry.ts.
Instance Attribute Summary collapse
-
#formats ⇒ Object
readonly
Returns the value of attribute formats.
-
#parameter_types ⇒ Object
readonly
Returns the value of attribute parameter_types.
-
#steps ⇒ Object
readonly
Returns the value of attribute steps.
Instance Attribute Details
#formats ⇒ Object (readonly)
Returns the value of attribute formats
18 19 20 |
# File 'lib/varar/core/registry.rb', line 18 def formats @formats end |
#parameter_types ⇒ Object (readonly)
Returns the value of attribute parameter_types
18 19 20 |
# File 'lib/varar/core/registry.rb', line 18 def parameter_types @parameter_types end |
#steps ⇒ Object (readonly)
Returns the value of attribute steps
18 19 20 |
# File 'lib/varar/core/registry.rb', line 18 def steps @steps end |