Class: CommandTower::AdminScope::ScopeContext
- Inherits:
-
Data
- Object
- Data
- CommandTower::AdminScope::ScopeContext
- Defined in:
- lib/command_tower/admin_scope/scope_context.rb
Instance Attribute Summary collapse
-
#scope_parameter ⇒ Object
readonly
Returns the value of attribute scope_parameter.
-
#scope_value ⇒ Object
readonly
Returns the value of attribute scope_value.
-
#tool_id ⇒ Object
readonly
Returns the value of attribute tool_id.
Instance Attribute Details
#scope_parameter ⇒ Object (readonly)
Returns the value of attribute scope_parameter
5 6 7 |
# File 'lib/command_tower/admin_scope/scope_context.rb', line 5 def scope_parameter @scope_parameter end |
#scope_value ⇒ Object (readonly)
Returns the value of attribute scope_value
5 6 7 |
# File 'lib/command_tower/admin_scope/scope_context.rb', line 5 def scope_value @scope_value end |
#tool_id ⇒ Object (readonly)
Returns the value of attribute tool_id
5 6 7 |
# File 'lib/command_tower/admin_scope/scope_context.rb', line 5 def tool_id @tool_id end |