Method: Telnyx::Util.check_api_key!
- Defined in:
- lib/telnyx/util.rb
.check_api_key!(key) ⇒ Object
217 218 219 220 |
# File 'lib/telnyx/util.rb', line 217 def self.check_api_key!(key) raise TypeError, "api_key must be a string" unless key.is_a?(String) key end |