Class: Oselvar::Var::Core::PlannedStep
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::PlannedStep
- Defined in:
- lib/oselvar/var/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.
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
#args ⇒ Object (readonly)
Returns the value of attribute args
15 16 17 |
# File 'lib/oselvar/var/core/plan.rb', line 15 def args @args end |
#data_table ⇒ Object (readonly)
Returns the value of attribute data_table
15 16 17 |
# File 'lib/oselvar/var/core/plan.rb', line 15 def data_table @data_table end |
#doc_string ⇒ Object (readonly)
Returns the value of attribute doc_string
15 16 17 |
# File 'lib/oselvar/var/core/plan.rb', line 15 def doc_string @doc_string end |
#formats ⇒ Object (readonly)
Returns the value of attribute formats
15 16 17 |
# File 'lib/oselvar/var/core/plan.rb', line 15 def formats @formats end |
#match_span ⇒ Object (readonly)
Returns the value of attribute match_span
15 16 17 |
# File 'lib/oselvar/var/core/plan.rb', line 15 def match_span @match_span end |
#param_spans ⇒ Object (readonly)
Returns the value of attribute param_spans
15 16 17 |
# File 'lib/oselvar/var/core/plan.rb', line 15 def param_spans @param_spans end |
#step_def ⇒ Object (readonly)
Returns the value of attribute step_def
15 16 17 |
# File 'lib/oselvar/var/core/plan.rb', line 15 def step_def @step_def end |
#text ⇒ Object (readonly)
Returns the value of attribute text
15 16 17 |
# File 'lib/oselvar/var/core/plan.rb', line 15 def text @text end |