Class: Ace::Assign::CLI::Commands::AssignmentTarget::Target

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

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_idObject

Returns the value of attribute assignment_id

Returns:

  • (Object)

    the current value of assignment_id



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

def assignment_id
  @assignment_id
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



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

def scope
  @scope
end