Class: SimplePvr::Server::SecuredController
- Inherits:
-
BaseController
- Object
- Sinatra::Base
- BaseController
- SimplePvr::Server::SecuredController
- Defined in:
- lib/simple_pvr/server/secured_controller.rb
Direct Known Subclasses
ChannelsController, ProgrammesController, SchedulesController, ShowsController, StatusController, UpcomingRecordingsController
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_password ⇒ Object
34 35 36 |
# File 'lib/simple_pvr/server/secured_controller.rb', line 34 def http_password ENV['password'] end |
#http_username ⇒ Object
30 31 32 |
# File 'lib/simple_pvr/server/secured_controller.rb', line 30 def http_username ENV['username'] end |