Class: CommandTower::Deserializers::Admin::Users::UpdateRolesDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Admin::Users::UpdateRolesDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/admin/users.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#roles ⇒ Object
readonly
Returns the value of attribute roles.
-
#scope_value ⇒ Object
readonly
Returns the value of attribute scope_value.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
187 188 189 |
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 187 def id @id end |
#roles ⇒ Object (readonly)
Returns the value of attribute roles
187 188 189 |
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 187 def roles @roles end |
#scope_value ⇒ Object (readonly)
Returns the value of attribute scope_value
187 188 189 |
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 187 def scope_value @scope_value end |