Class: RUtilAnts::URLAccess::Manager

Inherits:
Object
  • Object
show all
Includes:
URLAccessInterface
Defined in:
lib/rUtilAnts/URLAccess.rb

Overview

A class giving access to the URL access functionnality

Instance Method Summary collapse

Methods included from URLAccessInterface

#access_file, #get_url_handler, #init_url_access

Constructor Details

#initializeManager

Constructor



190
191
192
# File 'lib/rUtilAnts/URLAccess.rb', line 190

def initialize
  init_url_access
end