Class: SwitchUserHelper::SelectOption

Inherits:
Struct
  • Object
show all
Defined in:
app/helpers/switch_user_helper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



4
5
6
# File 'app/helpers/switch_user_helper.rb', line 4

def label
  @label
end

#scope_idObject

Returns the value of attribute scope_id

Returns:

  • (Object)

    the current value of scope_id



4
5
6
# File 'app/helpers/switch_user_helper.rb', line 4

def scope_id
  @scope_id
end