Class: CommandTower::Identity::PhoneVerification::SmsTransport::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/command_tower/identity/phone_verification/sms_transport.rb

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeObject

Returns the value of attribute error_code

Returns:

  • (Object)

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

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



8
9
10
# File 'app/services/command_tower/identity/phone_verification/sms_transport.rb', line 8

def error_message
  @error_message
end

#success?Object

Returns the value of attribute success?

Returns:

  • (Object)

    the current value of success?



8
9
10
# File 'app/services/command_tower/identity/phone_verification/sms_transport.rb', line 8

def success?
  @success?
end