Class: CommandTower::Deserializers::Me::PhoneVerification::VerifyDeserializer::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/me/phone_verification/verify_deserializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



8
9
10
# File 'app/deserializers/command_tower/deserializers/me/phone_verification/verify_deserializer.rb', line 8

def errors
  @errors
end

#inputObject

Returns the value of attribute input

Returns:

  • (Object)

    the current value of 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?

Returns:

  • (Object)

    the current value of success?



8
9
10
# File 'app/deserializers/command_tower/deserializers/me/phone_verification/verify_deserializer.rb', line 8

def success?
  @success?
end