Module: Eye::Controller::Options
- Included in:
- Eye::Controller
- Defined in:
- lib/eye/controller/options.rb
Instance Method Summary collapse
- #set_opt_http(opts = {}) ⇒ Object
- #set_opt_logger(logger_args) ⇒ Object
- #set_opt_logger_level(level) ⇒ Object
Instance Method Details
#set_opt_http(opts = {}) ⇒ Object
14 15 16 |
# File 'lib/eye/controller/options.rb', line 14 def set_opt_http(opts = {}) warn "Warning, set http options not in reel-eye gem" if opts.present? end |