Class: Athar::Dashboard::ActorOptions::Result
- Inherits:
-
Data
- Object
- Data
- Athar::Dashboard::ActorOptions::Result
- Defined in:
- lib/athar/dashboard/actor_options.rb
Instance Attribute Summary collapse
-
#anonymous_label ⇒ Object
readonly
Returns the value of attribute anonymous_label.
-
#system ⇒ Object
readonly
Returns the value of attribute system.
-
#users ⇒ Object
readonly
Returns the value of attribute users.
Instance Attribute Details
#anonymous_label ⇒ Object (readonly)
Returns the value of attribute anonymous_label
6 7 8 |
# File 'lib/athar/dashboard/actor_options.rb', line 6 def anonymous_label @anonymous_label end |
#system ⇒ Object (readonly)
Returns the value of attribute system
6 7 8 |
# File 'lib/athar/dashboard/actor_options.rb', line 6 def system @system end |
#users ⇒ Object (readonly)
Returns the value of attribute users
6 7 8 |
# File 'lib/athar/dashboard/actor_options.rb', line 6 def users @users end |