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