Class: Ace::Assign::CLI::Commands::AssignmentTarget::Target
- Inherits:
-
Struct
- Object
- Struct
- Ace::Assign::CLI::Commands::AssignmentTarget::Target
- Defined in:
- lib/ace/assign/cli/commands/assignment_target.rb
Instance Attribute Summary collapse
-
#assignment_id ⇒ Object
Returns the value of attribute assignment_id.
-
#scope ⇒ Object
Returns the value of attribute scope.
Instance Attribute Details
#assignment_id ⇒ Object
Returns the value of attribute assignment_id
13 14 15 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 13 def assignment_id @assignment_id end |
#scope ⇒ Object
Returns the value of attribute scope
13 14 15 |
# File 'lib/ace/assign/cli/commands/assignment_target.rb', line 13 def scope @scope end |