Class: Phaxio::Resources::PortNumber
- Inherits:
-
Phaxio::Resource
- Object
- Phaxio::Resource
- Phaxio::Resources::PortNumber
- Defined in:
- lib/phaxio/resources/port_number.rb
Overview
Provides functionality for viewing port numbers.
Instance Attribute Summary collapse
-
#id ⇒ Integer
The ID associated with this number.
-
#port_number ⇒ String
The E.164 number.
-
#status ⇒ String
The status of this number.
Class Method Summary collapse
-
.get(id, params = {}) ⇒ Phaxio::Resource::PortNumber
(also: retrieve, find)
Get port number info.
Methods inherited from Phaxio::Resource
response_collection, response_record
Instance Attribute Details
#id ⇒ Integer
Returns the ID associated with this number.
|
# File 'lib/phaxio/resources/port_number.rb', line 8
|
#port_number ⇒ String
Returns the E.164 number.
|
# File 'lib/phaxio/resources/port_number.rb', line 11
|
#status ⇒ String
Returns the status of this number.
17 |
# File 'lib/phaxio/resources/port_number.rb', line 17 has_normal_attributes %w(id port_number status) |