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