Class: Nexmo::Numbers::Response

Inherits:
Response
  • Object
show all
Defined in:
lib/nexmo/numbers/response.rb

Overview

typed: false frozen_string_literal: true

Instance Attribute Summary

Attributes inherited from Response

#http_response

Instance Method Summary collapse

Methods inherited from Response

#initialize, #method_missing, #respond_to_missing?

Constructor Details

This class inherits a constructor from Nexmo::Response

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Nexmo::Response

Instance Method Details

#success?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/nexmo/numbers/response.rb', line 5

def success?
  error_code == '200'
end