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.



136
137
138
# File 'lib/app_profiler/server.rb', line 136

def socket
  @socket
end

Instance Method Details

#clientObject

Raises:

  • (NotImplementedError)


138
139
140
# File 'lib/app_profiler/server.rb', line 138

def client
  raise(NotImplementedError)
end

#stopObject

Raises:

  • (NotImplementedError)


142
143
144
# File 'lib/app_profiler/server.rb', line 142

def stop
  raise(NotImplementedError)
end