Class: Aircall::Numbers

Inherits:
Object
  • Object
show all
Includes:
Connection
Defined in:
lib/aircall/numbers.rb

Instance Attribute Summary

Attributes included from Connection

#aircall

Instance Method Summary collapse

Methods included from Connection

#get_method_arguments, #initialize, #require_settings

Instance Method Details

#get_by_id(number_id) ⇒ Object



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

def get_by_id(number_id)
  get("/numbers/#{number_id}")
end