Method: RIQ::Contact#node

Defined in:
lib/riq/contact.rb

#nodeString

Returns endpoint.

Returns:

  • (String)

    endpoint



10
11
12
# File 'lib/riq/contact.rb', line 10

def node
  self.class.node(@id)
end