Class: AppProfiler::Server::ProfileServer::Transport
- Inherits:
-
Object
- Object
- AppProfiler::Server::ProfileServer::Transport
- Defined in:
- lib/app_profiler/server.rb
Instance Attribute Summary collapse
-
#socket ⇒ Object
readonly
Returns the value of attribute socket.
Instance Method Summary collapse
Instance Attribute Details
#socket ⇒ Object (readonly)
Returns the value of attribute socket.
136 137 138 |
# File 'lib/app_profiler/server.rb', line 136 def socket @socket end |
Instance Method Details
#client ⇒ Object
138 139 140 |
# File 'lib/app_profiler/server.rb', line 138 def client raise(NotImplementedError) end |
#stop ⇒ Object
142 143 144 |
# File 'lib/app_profiler/server.rb', line 142 def stop raise(NotImplementedError) end |