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