Class: SimplePvr::Server::SecuredController

Inherits:
BaseController
  • Object
show all
Defined in:
lib/simple_pvr/server/secured_controller.rb

Instance Method Summary collapse

Methods inherited from BaseController

#channel_with_current_programmes_hash, #programme_hash, #programme_summaries_hash, #programme_summary_hash, #recording_hash, #reload_schedules

Instance Method Details

#http_passwordObject



34
35
36
# File 'lib/simple_pvr/server/secured_controller.rb', line 34

def http_password
  ENV['password']
end

#http_usernameObject



30
31
32
# File 'lib/simple_pvr/server/secured_controller.rb', line 30

def http_username
  ENV['username']
end