Class: Oselvar::Var::Core::HeaderBinding

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

Instance Attribute Summary collapse

Instance Attribute Details

#match_spanObject (readonly)

Returns the value of attribute match_span

Returns:

  • (Object)

    the current value of match_span



23
24
25
# File 'lib/oselvar/var/core/plan.rb', line 23

def match_span
  @match_span
end

#param_spansObject (readonly)

Returns the value of attribute param_spans

Returns:

  • (Object)

    the current value of param_spans



23
24
25
# File 'lib/oselvar/var/core/plan.rb', line 23

def param_spans
  @param_spans
end

#step_defObject (readonly)

Returns the value of attribute step_def

Returns:

  • (Object)

    the current value of step_def



23
24
25
# File 'lib/oselvar/var/core/plan.rb', line 23

def step_def
  @step_def
end