Class: CEF::Sender
- Inherits:
-
Object
- Object
- CEF::Sender
- Defined in:
- lib/cef/sender.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#eventDefaults ⇒ Object
Returns the value of attribute eventDefaults.
-
#receiver ⇒ Object
Returns the value of attribute receiver.
-
#receiverPort ⇒ Object
Returns the value of attribute receiverPort.
-
#sock ⇒ Object
readonly
Returns the value of attribute sock.
Instance Method Summary collapse
-
#initialize(*args) ⇒ Sender
constructor
A new instance of Sender.
Constructor Details
#initialize(*args) ⇒ Sender
7 8 9 10 |
# File 'lib/cef/sender.rb', line 7 def initialize(*args) Hash[*args].each { |argname, argval| self.send(("%s="%argname), argval) } @sock=nil end |
Instance Attribute Details
#eventDefaults ⇒ Object
Returns the value of attribute eventDefaults.
5 6 7 |
# File 'lib/cef/sender.rb', line 5 def eventDefaults @eventDefaults end |
#receiver ⇒ Object
Returns the value of attribute receiver.
5 6 7 |
# File 'lib/cef/sender.rb', line 5 def receiver @receiver end |
#receiverPort ⇒ Object
Returns the value of attribute receiverPort.
5 6 7 |
# File 'lib/cef/sender.rb', line 5 def receiverPort @receiverPort end |
#sock ⇒ Object (readonly)
Returns the value of attribute sock.
6 7 8 |
# File 'lib/cef/sender.rb', line 6 def sock @sock end |