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

#assignmentObject

Returns the value of attribute assignment

Returns:

  • (Object)

    the current value of assignment



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

def assignment
  @assignment
end

#current_stepObject

Returns the value of attribute current_step

Returns:

  • (Object)

    the current value of current_step



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

def current_step
  @current_step
end

#scope_rootObject

Returns the value of attribute scope_root

Returns:

  • (Object)

    the current value of scope_root



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

def scope_root
  @scope_root
end

#scoped_stateObject

Returns the value of attribute scoped_state

Returns:

  • (Object)

    the current value of scoped_state



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

def scoped_state
  @scoped_state
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



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

def state
  @state
end