Class: CommandTower::Deserializers::Me::PhoneVerification::VerifyDeserializer::Result
- Inherits:
-
Struct
- Object
- Struct
- CommandTower::Deserializers::Me::PhoneVerification::VerifyDeserializer::Result
- Defined in:
- app/deserializers/command_tower/deserializers/me/phone_verification/verify_deserializer.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#input ⇒ Object
Returns the value of attribute input.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#errors ⇒ Object
Returns the value of attribute errors
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/me/phone_verification/verify_deserializer.rb', line 8 def errors @errors end |
#input ⇒ Object
Returns the value of attribute input
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/me/phone_verification/verify_deserializer.rb', line 8 def input @input end |
#success? ⇒ Object
Returns the value of attribute success?
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/me/phone_verification/verify_deserializer.rb', line 8
def success?
@success?
end
|