Class: Pbx::Peer
- Inherits:
-
Data
- Object
- Data
- Pbx::Peer
- Defined in:
- lib/pbx/peer.rb
Instance Attribute Summary collapse
-
#dynamic ⇒ Object
readonly
Returns the value of attribute dynamic.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#ip_address ⇒ Object
readonly
Returns the value of attribute ip_address.
-
#ip_port ⇒ Object
readonly
Returns the value of attribute ip_port.
-
#last_change_at ⇒ Object
readonly
Returns the value of attribute last_change_at.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#rtt_ms ⇒ Object
readonly
Returns the value of attribute rtt_ms.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#user_agent ⇒ Object
readonly
Returns the value of attribute user_agent.
Instance Attribute Details
#dynamic ⇒ Object (readonly)
Returns the value of attribute dynamic
4 5 6 |
# File 'lib/pbx/peer.rb', line 4 def dynamic @dynamic end |
#id ⇒ Object (readonly)
Returns the value of attribute id
4 5 6 |
# File 'lib/pbx/peer.rb', line 4 def id @id end |
#ip_address ⇒ Object (readonly)
Returns the value of attribute ip_address
4 5 6 |
# File 'lib/pbx/peer.rb', line 4 def ip_address @ip_address end |
#ip_port ⇒ Object (readonly)
Returns the value of attribute ip_port
4 5 6 |
# File 'lib/pbx/peer.rb', line 4 def ip_port @ip_port end |
#last_change_at ⇒ Object (readonly)
Returns the value of attribute last_change_at
4 5 6 |
# File 'lib/pbx/peer.rb', line 4 def last_change_at @last_change_at end |
#name ⇒ Object (readonly)
Returns the value of attribute name
4 5 6 |
# File 'lib/pbx/peer.rb', line 4 def name @name end |
#rtt_ms ⇒ Object (readonly)
Returns the value of attribute rtt_ms
4 5 6 |
# File 'lib/pbx/peer.rb', line 4 def rtt_ms @rtt_ms end |
#status ⇒ Object (readonly)
Returns the value of attribute status
4 5 6 |
# File 'lib/pbx/peer.rb', line 4 def status @status end |
#type ⇒ Object (readonly)
Returns the value of attribute type
4 5 6 |
# File 'lib/pbx/peer.rb', line 4 def type @type end |
#user_agent ⇒ Object (readonly)
Returns the value of attribute user_agent
4 5 6 |
# File 'lib/pbx/peer.rb', line 4 def user_agent @user_agent end |