Class: CommandTower::Deserializers::Auth::EmailVerification::VerifyDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Auth::EmailVerification::VerifyDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/auth/email_verification/verify_deserializer.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/auth/email_verification/verify_deserializer.rb', line 8 def code @code end |