Class: Varar::Core::PlannedStep
- Inherits:
-
Data
- Object
- Data
- Varar::Core::PlannedStep
- Defined in:
- lib/varar/core/plan.rb
Instance Attribute Summary collapse
-
#args ⇒ Object
readonly
Returns the value of attribute args.
-
#data_table ⇒ Object
readonly
Returns the value of attribute data_table.
-
#doc_string ⇒ Object
readonly
Returns the value of attribute doc_string.
-
#formats ⇒ Object
readonly
Returns the value of attribute formats.
-
#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.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Method Summary collapse
-
#initialize(text:, match_span:, param_spans:, step_def:, args:, formats: [], data_table: nil, doc_string: nil) ⇒ PlannedStep
constructor
A new instance of PlannedStep.
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.
16 17 18 19 |
# File 'lib/varar/core/plan.rb', line 16 def initialize(text:, match_span:, param_spans:, step_def:, args:, formats: [], data_table: nil, doc_string: nil) super end |
Instance Attribute Details
#args ⇒ Object (readonly)
Returns the value of attribute args
14 15 16 |
# File 'lib/varar/core/plan.rb', line 14 def args @args end |
#data_table ⇒ Object (readonly)
Returns the value of attribute data_table
14 15 16 |
# File 'lib/varar/core/plan.rb', line 14 def data_table @data_table end |
#doc_string ⇒ Object (readonly)
Returns the value of attribute doc_string
14 15 16 |
# File 'lib/varar/core/plan.rb', line 14 def doc_string @doc_string end |
#formats ⇒ Object (readonly)
Returns the value of attribute formats
14 15 16 |
# File 'lib/varar/core/plan.rb', line 14 def formats @formats end |
#match_span ⇒ Object (readonly)
Returns the value of attribute match_span
14 15 16 |
# File 'lib/varar/core/plan.rb', line 14 def match_span @match_span end |
#param_spans ⇒ Object (readonly)
Returns the value of attribute param_spans
14 15 16 |
# File 'lib/varar/core/plan.rb', line 14 def param_spans @param_spans end |
#step_def ⇒ Object (readonly)
Returns the value of attribute step_def
14 15 16 |
# File 'lib/varar/core/plan.rb', line 14 def step_def @step_def end |
#text ⇒ Object (readonly)
Returns the value of attribute text
14 15 16 |
# File 'lib/varar/core/plan.rb', line 14 def text @text end |