Class: CommandTower::Deserializers::Admin::Users::UpdateEmailValidationDeserializer::Input

Inherits:
Data
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/admin/users.rb

Instance Attribute Summary collapse

Instance Attribute Details

#email_validatedObject (readonly)

Returns the value of attribute email_validated

Returns:

  • (Object)

    the current value of email_validated



154
155
156
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 154

def email_validated
  @email_validated
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



154
155
156
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 154

def id
  @id
end

#scope_valueObject (readonly)

Returns the value of attribute scope_value

Returns:

  • (Object)

    the current value of scope_value



154
155
156
# File 'app/deserializers/command_tower/deserializers/admin/users.rb', line 154

def scope_value
  @scope_value
end