Class: CommandTower::Identity::PhoneVerification::SmsTransport::Result
- Inherits:
-
Struct
- Object
- Struct
- CommandTower::Identity::PhoneVerification::SmsTransport::Result
- Defined in:
- app/services/command_tower/identity/phone_verification/sms_transport.rb
Instance Attribute Summary collapse
-
#error_code ⇒ Object
Returns the value of attribute error_code.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#success? ⇒ Object
Returns the value of attribute success?.
Instance Attribute Details
#error_code ⇒ Object
Returns the value of attribute error_code
8 9 10 |
# File 'app/services/command_tower/identity/phone_verification/sms_transport.rb', line 8 def error_code @error_code end |
#error_message ⇒ Object
Returns the value of attribute error_message
8 9 10 |
# File 'app/services/command_tower/identity/phone_verification/sms_transport.rb', line 8 def @error_message end |
#success? ⇒ Object
Returns the value of attribute success?
8 9 10 |
# File 'app/services/command_tower/identity/phone_verification/sms_transport.rb', line 8
def success?
@success?
end
|