Module: RockRMS::Client::PhoneNumber
- Included in:
- RockRMS::Client
- Defined in:
- lib/rock_rms/resources/phone_number.rb
Instance Method Summary collapse
Instance Method Details
#list_phone_numbers(options = {}) ⇒ Object
4 5 6 |
# File 'lib/rock_rms/resources/phone_number.rb', line 4 def list_phone_numbers( = {}) Response::PhoneNumber.format(get(phone_number_path, )) end |