Class: Ace::Assign::CLI::Commands::AssignmentTarget::View
- Inherits:
-
Struct
- Object
- Struct
- Ace::Assign::CLI::Commands::AssignmentTarget::View
- Defined in:
- lib/ace/assign/cli/commands/assignment_target.rb
Instance Attribute Summary collapse
-
#active_steps ⇒ Object
Returns the value of attribute active_steps.
-
#assignment ⇒ Object
Returns the value of attribute assignment.
-
#focus_step ⇒ Object
Returns the value of attribute focus_step.
-
#next_step ⇒ Object
Returns the value of attribute next_step.
-
#scope_root ⇒ Object
Returns the value of attribute scope_root.
-
#scoped_state ⇒ Object
Returns the value of attribute scoped_state.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#active_steps ⇒ Object
Returns the value of attribute active_steps
15 16 17 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15 def active_steps @active_steps end |
#assignment ⇒ Object
Returns the value of attribute assignment
15 16 17 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15 def assignment @assignment end |
#focus_step ⇒ Object
Returns the value of attribute focus_step
15 16 17 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15 def focus_step @focus_step end |
#next_step ⇒ Object
Returns the value of attribute next_step
15 16 17 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15 def next_step @next_step end |
#scope_root ⇒ Object
Returns the value of attribute scope_root
15 16 17 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15 def scope_root @scope_root end |
#scoped_state ⇒ Object
Returns the value of attribute scoped_state
15 16 17 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15 def scoped_state @scoped_state end |
#state ⇒ Object
Returns the value of attribute state
15 16 17 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15 def state @state end |