Class: Ns::Listener

Inherits:
Struct
  • Object
show all
Defined in:
lib/ns.rb

Instance Attribute Summary collapse

Instance Attribute Details

#laddrObject

Returns the value of attribute laddr



7
8
9
# File 'lib/ns.rb', line 7

def laddr
  @laddr
end

#progObject

Returns the value of attribute prog



7
8
9
# File 'lib/ns.rb', line 7

def prog
  @prog
end

#protoObject

Returns the value of attribute proto



7
8
9
# File 'lib/ns.rb', line 7

def proto
  @proto
end

#raddrObject

Returns the value of attribute raddr



7
8
9
# File 'lib/ns.rb', line 7

def raddr
  @raddr
end

#recvqObject

Returns the value of attribute recvq



7
8
9
# File 'lib/ns.rb', line 7

def recvq
  @recvq
end

#sendqObject

Returns the value of attribute sendq



7
8
9
# File 'lib/ns.rb', line 7

def sendq
  @sendq
end

#stateObject

Returns the value of attribute state



7
8
9
# File 'lib/ns.rb', line 7

def state
  @state
end