Class: Athar::Dashboard::ActorOptions::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/athar/dashboard/actor_options.rb

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_labelObject (readonly)

Returns the value of attribute anonymous_label

Returns:

  • (Object)

    the current value of anonymous_label



6
7
8
# File 'lib/athar/dashboard/actor_options.rb', line 6

def anonymous_label
  @anonymous_label
end

#systemObject (readonly)

Returns the value of attribute system

Returns:

  • (Object)

    the current value of system



6
7
8
# File 'lib/athar/dashboard/actor_options.rb', line 6

def system
  @system
end

#usersObject (readonly)

Returns the value of attribute users

Returns:

  • (Object)

    the current value of users



6
7
8
# File 'lib/athar/dashboard/actor_options.rb', line 6

def users
  @users
end