Class: Hubeye::Server::Session

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSession

Returns a new instance of Session.



488
489
490
# File 'lib/server/hubeye_server.rb', line 488

def initialize
  setup_singleton_methods
end

Instance Attribute Details

#continuousObject

Returns the value of attribute continuous.



485
486
487
# File 'lib/server/hubeye_server.rb', line 485

def continuous
  @continuous
end

#hooksObject



496
497
498
# File 'lib/server/hubeye_server.rb', line 496

def hooks
  @hooks ||= {}
end

#repo_nameObject

Returns the value of attribute repo_name.



485
486
487
# File 'lib/server/hubeye_server.rb', line 485

def repo_name
  @repo_name
end

#trackerObject



492
493
494
# File 'lib/server/hubeye_server.rb', line 492

def tracker
  @tracker ||= {}
end

#usernameObject

Returns the value of attribute username.



485
486
487
# File 'lib/server/hubeye_server.rb', line 485

def username
  @username
end

Instance Method Details

#cleanupObject



500
501
502
503
# File 'lib/server/hubeye_server.rb', line 500

def cleanup
  reset_username
  reset_repo_name
end