Class: Varar::Core::HeaderBinding
- Inherits:
-
Data
- Object
- Data
- Varar::Core::HeaderBinding
- Defined in:
- lib/varar/core/plan.rb
Instance Attribute Summary collapse
-
#match_span ⇒ Object
readonly
Returns the value of attribute match_span.
-
#param_spans ⇒ Object
readonly
Returns the value of attribute param_spans.
-
#step_def ⇒ Object
readonly
Returns the value of attribute step_def.
Instance Attribute Details
#match_span ⇒ Object (readonly)
Returns the value of attribute match_span
22 23 24 |
# File 'lib/varar/core/plan.rb', line 22 def match_span @match_span end |
#param_spans ⇒ Object (readonly)
Returns the value of attribute param_spans
22 23 24 |
# File 'lib/varar/core/plan.rb', line 22 def param_spans @param_spans end |
#step_def ⇒ Object (readonly)
Returns the value of attribute step_def
22 23 24 |
# File 'lib/varar/core/plan.rb', line 22 def step_def @step_def end |