Class: Oselvar::Var::Core::PlannedExample
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::PlannedExample
- Defined in:
- lib/oselvar/var/core/plan.rb
Instance Attribute Summary collapse
-
#expected_error_message ⇒ Object
readonly
Returns the value of attribute expected_error_message.
-
#expected_outcome ⇒ Object
readonly
Returns the value of attribute expected_outcome.
-
#header_binding ⇒ Object
readonly
Returns the value of attribute header_binding.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#row_checks ⇒ Object
readonly
Returns the value of attribute row_checks.
-
#scope_stack ⇒ Object
readonly
Returns the value of attribute scope_stack.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
-
#steps ⇒ Object
readonly
Returns the value of attribute steps.
Instance Method Summary collapse
-
#initialize(name:, scope_stack:, span:, steps:, header_binding: nil, row_checks: nil, expected_outcome: nil, expected_error_message: nil) ⇒ PlannedExample
constructor
A new instance of PlannedExample.
Constructor Details
#initialize(name:, scope_stack:, span:, steps:, header_binding: nil, row_checks: nil, expected_outcome: nil, expected_error_message: nil) ⇒ PlannedExample
Returns a new instance of PlannedExample.
27 28 29 30 |
# File 'lib/oselvar/var/core/plan.rb', line 27 def initialize(name:, scope_stack:, span:, steps:, header_binding: nil, row_checks: nil, expected_outcome: nil, expected_error_message: nil) super end |
Instance Attribute Details
#expected_error_message ⇒ Object (readonly)
Returns the value of attribute expected_error_message
25 26 27 |
# File 'lib/oselvar/var/core/plan.rb', line 25 def @expected_error_message end |
#expected_outcome ⇒ Object (readonly)
Returns the value of attribute expected_outcome
25 26 27 |
# File 'lib/oselvar/var/core/plan.rb', line 25 def expected_outcome @expected_outcome end |
#header_binding ⇒ Object (readonly)
Returns the value of attribute header_binding
25 26 27 |
# File 'lib/oselvar/var/core/plan.rb', line 25 def header_binding @header_binding end |
#name ⇒ Object (readonly)
Returns the value of attribute name
25 26 27 |
# File 'lib/oselvar/var/core/plan.rb', line 25 def name @name end |
#row_checks ⇒ Object (readonly)
Returns the value of attribute row_checks
25 26 27 |
# File 'lib/oselvar/var/core/plan.rb', line 25 def row_checks @row_checks end |
#scope_stack ⇒ Object (readonly)
Returns the value of attribute scope_stack
25 26 27 |
# File 'lib/oselvar/var/core/plan.rb', line 25 def scope_stack @scope_stack end |
#span ⇒ Object (readonly)
Returns the value of attribute span
25 26 27 |
# File 'lib/oselvar/var/core/plan.rb', line 25 def span @span end |
#steps ⇒ Object (readonly)
Returns the value of attribute steps
25 26 27 |
# File 'lib/oselvar/var/core/plan.rb', line 25 def steps @steps end |