Class: HTTPAuthService
- Inherits:
-
SecuredService
- Object
- BaseService
- SecuredService
- HTTPAuthService
- Defined in:
- lib/services.rb
Instance Method Summary collapse
Methods inherited from SecuredService
Methods inherited from BaseService
#access_pause_sleep, add_service_class, #authenticate, #execute, #fetch_url, #get_dest_path, #get_field_value, #get_file_header, #get_path_url, get_service, get_service_for_url, get_services, #get_type, #get_uri, #initialize, #is_excluded, #is_html_url, #is_pdf_url, #parse_html, #parse_html_page, #post, #process_pdf, #url_chomp
Constructor Details
This class inherits a constructor from BaseService
Instance Method Details
#_authenticate ⇒ Object
375 376 377 |
# File 'lib/services.rb', line 375 def _authenticate @auth_app = "-u #{URI::escape @conf["auth"]["user"]}:#{URI::escape @conf["auth"]["pass"]}" end |