Class: Oselvar::Var::Core::HeaderBinding
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::HeaderBinding
- Defined in:
- lib/oselvar/var/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
23 24 25 |
# File 'lib/oselvar/var/core/plan.rb', line 23 def match_span @match_span end |
#param_spans ⇒ Object (readonly)
Returns the value of attribute param_spans
23 24 25 |
# File 'lib/oselvar/var/core/plan.rb', line 23 def param_spans @param_spans end |
#step_def ⇒ Object (readonly)
Returns the value of attribute step_def
23 24 25 |
# File 'lib/oselvar/var/core/plan.rb', line 23 def step_def @step_def end |