Class: BriteAPI::PhoneAPIClient
- Defined in:
- lib/brite-api/clients/phone_api_client.rb
Constant Summary collapse
- API_HATH =
'/phones.json'
Constants inherited from APIClient
Instance Method Summary collapse
Methods inherited from APIClient
Constructor Details
This class inherits a constructor from BriteAPI::APIClient
Instance Method Details
#verify(value) ⇒ Object
6 7 8 |
# File 'lib/brite-api/clients/phone_api_client.rb', line 6 def verify(value) get API_HOST + API_HATH, { :number => value } end |