Class: CommandTower::AdminScope::ScopeOption

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

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



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

def label
  @label
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end