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



2
3
4
# File 'app/helpers/switch_user_helper.rb', line 2

def label
  @label
end

#scope_idObject

Returns the value of attribute scope_id

Returns:

  • (Object)

    the current value of scope_id



2
3
4
# File 'app/helpers/switch_user_helper.rb', line 2

def scope_id
  @scope_id
end