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
-
#assignment ⇒ Object
Returns the value of attribute assignment.
-
#current_step ⇒ Object
Returns the value of attribute current_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
#assignment ⇒ Object
Returns the value of attribute assignment
14 15 16 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 14 def assignment @assignment end |
#current_step ⇒ Object
Returns the value of attribute current_step
14 15 16 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 14 def current_step @current_step end |
#scope_root ⇒ Object
Returns the value of attribute scope_root
14 15 16 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 14 def scope_root @scope_root end |
#scoped_state ⇒ Object
Returns the value of attribute scoped_state
14 15 16 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 14 def scoped_state @scoped_state end |
#state ⇒ Object
Returns the value of attribute state
14 15 16 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 14 def state @state end |