Class: ApnServer::ServerConnection
- Inherits:
-
EventMachine::Connection
- Object
- EventMachine::Connection
- ApnServer::ServerConnection
- Includes:
- Protocol
- Defined in:
- lib/apnserver/server_connection.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#queue ⇒ Object
Returns the value of attribute queue.
Method Summary
Methods included from Protocol
#post_init, #receive_data, #unbind
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
7 8 9 |
# File 'lib/apnserver/server_connection.rb', line 7 def address @address end |
#queue ⇒ Object
Returns the value of attribute queue.
7 8 9 |
# File 'lib/apnserver/server_connection.rb', line 7 def queue @queue end |