Class: CommandTower::AdminScope::ScopeContext

Inherits:
Data
  • Object
show all
Defined in:
lib/command_tower/admin_scope/scope_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#scope_parameterObject (readonly)

Returns the value of attribute scope_parameter

Returns:

  • (Object)

    the current value of scope_parameter



5
6
7
# File 'lib/command_tower/admin_scope/scope_context.rb', line 5

def scope_parameter
  @scope_parameter
end

#scope_valueObject (readonly)

Returns the value of attribute scope_value

Returns:

  • (Object)

    the current value of scope_value



5
6
7
# File 'lib/command_tower/admin_scope/scope_context.rb', line 5

def scope_value
  @scope_value
end

#tool_idObject (readonly)

Returns the value of attribute tool_id

Returns:

  • (Object)

    the current value of tool_id



5
6
7
# File 'lib/command_tower/admin_scope/scope_context.rb', line 5

def tool_id
  @tool_id
end