Class: AppProfiler::Server::ProfileServer::Transport

Inherits:
Object
  • Object
show all
Defined in:
lib/app_profiler/server.rb

Direct Known Subclasses

TCP, UNIX

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#socketObject (readonly)

Returns the value of attribute socket.



181
182
183
# File 'lib/app_profiler/server.rb', line 181

def socket
  @socket
end

Instance Method Details

#clientObject

Raises:

  • (NotImplementedError)


183
184
185
# File 'lib/app_profiler/server.rb', line 183

def client
  raise(NotImplementedError)
end

#stopObject

Raises:

  • (NotImplementedError)


187
188
189
# File 'lib/app_profiler/server.rb', line 187

def stop
  raise(NotImplementedError)
end