Class: Pbx::Peer

Inherits:
Data
  • Object
show all
Defined in:
lib/pbx/peer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dynamicObject (readonly)

Returns the value of attribute dynamic

Returns:

  • (Object)

    the current value of dynamic



4
5
6
# File 'lib/pbx/peer.rb', line 4

def dynamic
  @dynamic
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/pbx/peer.rb', line 4

def id
  @id
end

#ip_addressObject (readonly)

Returns the value of attribute ip_address

Returns:

  • (Object)

    the current value of ip_address



4
5
6
# File 'lib/pbx/peer.rb', line 4

def ip_address
  @ip_address
end

#ip_portObject (readonly)

Returns the value of attribute ip_port

Returns:

  • (Object)

    the current value of ip_port



4
5
6
# File 'lib/pbx/peer.rb', line 4

def ip_port
  @ip_port
end

#last_change_atObject (readonly)

Returns the value of attribute last_change_at

Returns:

  • (Object)

    the current value of last_change_at



4
5
6
# File 'lib/pbx/peer.rb', line 4

def last_change_at
  @last_change_at
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/pbx/peer.rb', line 4

def name
  @name
end

#rtt_msObject (readonly)

Returns the value of attribute rtt_ms

Returns:

  • (Object)

    the current value of rtt_ms



4
5
6
# File 'lib/pbx/peer.rb', line 4

def rtt_ms
  @rtt_ms
end

#statusObject (readonly)

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



4
5
6
# File 'lib/pbx/peer.rb', line 4

def status
  @status
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



4
5
6
# File 'lib/pbx/peer.rb', line 4

def type
  @type
end

#user_agentObject (readonly)

Returns the value of attribute user_agent

Returns:

  • (Object)

    the current value of user_agent



4
5
6
# File 'lib/pbx/peer.rb', line 4

def user_agent
  @user_agent
end