Class: Vonage::Numbers::Response
- Inherits:
-
Response
- Object
- Response
- Vonage::Numbers::Response
- Defined in:
- lib/vonage/numbers/response.rb
Overview
typed: true frozen_string_literal: true
Instance Method Summary collapse
Instance Method Details
#success? ⇒ Boolean
5 6 7 |
# File 'lib/vonage/numbers/response.rb', line 5 def success? T.unsafe(self).error_code == '200' end |