Class: Varar::Core::HeaderBinding

Inherits:
Data
  • Object
show all
Defined in:
lib/varar/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



22
23
24
# File 'lib/varar/core/plan.rb', line 22

def match_span
  @match_span
end

#param_spansObject (readonly)

Returns the value of attribute param_spans

Returns:

  • (Object)

    the current value of param_spans



22
23
24
# File 'lib/varar/core/plan.rb', line 22

def param_spans
  @param_spans
end

#step_defObject (readonly)

Returns the value of attribute step_def

Returns:

  • (Object)

    the current value of step_def



22
23
24
# File 'lib/varar/core/plan.rb', line 22

def step_def
  @step_def
end