Class: Ace::Assign::CLI::Commands::AssignmentTarget::View

Inherits:
Struct
  • Object
show all
Defined in:
lib/ace/assign/cli/commands/assignment_target.rb

Instance Attribute Summary collapse

Instance Attribute Details

#active_stepsObject

Returns the value of attribute active_steps

Returns:

  • (Object)

    the current value of active_steps



15
16
17
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15

def active_steps
  @active_steps
end

#assignmentObject

Returns the value of attribute assignment

Returns:

  • (Object)

    the current value of assignment



15
16
17
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15

def assignment
  @assignment
end

#focus_stepObject

Returns the value of attribute focus_step

Returns:

  • (Object)

    the current value of focus_step



15
16
17
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15

def focus_step
  @focus_step
end

#next_stepObject

Returns the value of attribute next_step

Returns:

  • (Object)

    the current value of next_step



15
16
17
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15

def next_step
  @next_step
end

#scope_rootObject

Returns the value of attribute scope_root

Returns:

  • (Object)

    the current value of scope_root



15
16
17
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15

def scope_root
  @scope_root
end

#scoped_stateObject

Returns the value of attribute scoped_state

Returns:

  • (Object)

    the current value of scoped_state



15
16
17
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15

def scoped_state
  @scoped_state
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



15
16
17
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 15

def state
  @state
end