Class: Pixelflut::Sender::Address
- Inherits:
-
Struct
- Object
- Struct
- Pixelflut::Sender::Address
- Defined in:
- lib/pixelflut/sender.rb
Instance Attribute Summary collapse
-
#sockaddr_in ⇒ Object
Returns the value of attribute sockaddr_in.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#sockaddr_in ⇒ Object
Returns the value of attribute sockaddr_in
29 30 31 |
# File 'lib/pixelflut/sender.rb', line 29 def sockaddr_in @sockaddr_in end |
#type ⇒ Object
Returns the value of attribute type
29 30 31 |
# File 'lib/pixelflut/sender.rb', line 29 def type @type end |