Class: Pixelflut::Sender::Address

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

Instance Attribute Summary collapse

Instance Attribute Details

#sockaddr_inObject

Returns the value of attribute sockaddr_in

Returns:

  • (Object)

    the current value of sockaddr_in



29
30
31
# File 'lib/pixelflut/sender.rb', line 29

def sockaddr_in
  @sockaddr_in
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



29
30
31
# File 'lib/pixelflut/sender.rb', line 29

def type
  @type
end