Class: RUtilAnts::URLAccess::Manager
- Inherits:
-
Object
- Object
- RUtilAnts::URLAccess::Manager
- Includes:
- URLAccessInterface
- Defined in:
- lib/rUtilAnts/URLAccess.rb
Overview
A class giving access to the URL access functionnality
Instance Method Summary collapse
-
#initialize ⇒ Manager
constructor
Constructor.
Methods included from URLAccessInterface
#access_file, #get_url_handler, #init_url_access
Constructor Details
#initialize ⇒ Manager
Constructor
190 191 192 |
# File 'lib/rUtilAnts/URLAccess.rb', line 190 def initialize init_url_access end |