Class: Ns::Listener
- Inherits:
-
Struct
- Object
- Struct
- Ns::Listener
- Defined in:
- lib/ns.rb
Instance Attribute Summary collapse
-
#laddr ⇒ Object
Returns the value of attribute laddr.
-
#prog ⇒ Object
Returns the value of attribute prog.
-
#proto ⇒ Object
Returns the value of attribute proto.
-
#raddr ⇒ Object
Returns the value of attribute raddr.
-
#recvq ⇒ Object
Returns the value of attribute recvq.
-
#sendq ⇒ Object
Returns the value of attribute sendq.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#laddr ⇒ Object
Returns the value of attribute laddr
7 8 9 |
# File 'lib/ns.rb', line 7 def laddr @laddr end |
#prog ⇒ Object
Returns the value of attribute prog
7 8 9 |
# File 'lib/ns.rb', line 7 def prog @prog end |
#proto ⇒ Object
Returns the value of attribute proto
7 8 9 |
# File 'lib/ns.rb', line 7 def proto @proto end |
#raddr ⇒ Object
Returns the value of attribute raddr
7 8 9 |
# File 'lib/ns.rb', line 7 def raddr @raddr end |
#recvq ⇒ Object
Returns the value of attribute recvq
7 8 9 |
# File 'lib/ns.rb', line 7 def recvq @recvq end |
#sendq ⇒ Object
Returns the value of attribute sendq
7 8 9 |
# File 'lib/ns.rb', line 7 def sendq @sendq end |
#state ⇒ Object
Returns the value of attribute state
7 8 9 |
# File 'lib/ns.rb', line 7 def state @state end |