Class: Oselvar::Var::Core::PlannedStep

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(text:, match_span:, param_spans:, step_def:, args:, formats: [], data_table: nil, doc_string: nil) ⇒ PlannedStep

Returns a new instance of PlannedStep.



17
18
19
20
# File 'lib/oselvar/var/core/plan.rb', line 17

def initialize(text:, match_span:, param_spans:, step_def:, args:, formats: [], data_table: nil,
               doc_string: nil)
  super
end

Instance Attribute Details

#argsObject (readonly)

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



15
16
17
# File 'lib/oselvar/var/core/plan.rb', line 15

def args
  @args
end

#data_tableObject (readonly)

Returns the value of attribute data_table

Returns:

  • (Object)

    the current value of data_table



15
16
17
# File 'lib/oselvar/var/core/plan.rb', line 15

def data_table
  @data_table
end

#doc_stringObject (readonly)

Returns the value of attribute doc_string

Returns:

  • (Object)

    the current value of doc_string



15
16
17
# File 'lib/oselvar/var/core/plan.rb', line 15

def doc_string
  @doc_string
end

#formatsObject (readonly)

Returns the value of attribute formats

Returns:

  • (Object)

    the current value of formats



15
16
17
# File 'lib/oselvar/var/core/plan.rb', line 15

def formats
  @formats
end

#match_spanObject (readonly)

Returns the value of attribute match_span

Returns:

  • (Object)

    the current value of match_span



15
16
17
# File 'lib/oselvar/var/core/plan.rb', line 15

def match_span
  @match_span
end

#param_spansObject (readonly)

Returns the value of attribute param_spans

Returns:

  • (Object)

    the current value of param_spans



15
16
17
# File 'lib/oselvar/var/core/plan.rb', line 15

def param_spans
  @param_spans
end

#step_defObject (readonly)

Returns the value of attribute step_def

Returns:

  • (Object)

    the current value of step_def



15
16
17
# File 'lib/oselvar/var/core/plan.rb', line 15

def step_def
  @step_def
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



15
16
17
# File 'lib/oselvar/var/core/plan.rb', line 15

def text
  @text
end