Class: Akamai::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/akamai.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



28
29
30
31
32
# File 'lib/akamai.rb', line 28

def initialize
  self.wsdl_url = 'http://ccuapi.akamai.com/ccuapi-axis.wsdl'
  self.cachecontrol_domain = "production"
  self.cachecontrol_purge_action = "remove"
end

Instance Attribute Details

#cachecontrol_domainObject

Returns the value of attribute cachecontrol_domain.



17
18
19
# File 'lib/akamai.rb', line 17

def cachecontrol_domain
  @cachecontrol_domain
end

#cachecontrol_passwordObject

Returns the value of attribute cachecontrol_password.



17
18
19
# File 'lib/akamai.rb', line 17

def cachecontrol_password
  @cachecontrol_password
end

#cachecontrol_purge_actionObject

Returns the value of attribute cachecontrol_purge_action.



17
18
19
# File 'lib/akamai.rb', line 17

def cachecontrol_purge_action
  @cachecontrol_purge_action
end

#cachecontrol_usernameObject

Returns the value of attribute cachecontrol_username.



17
18
19
# File 'lib/akamai.rb', line 17

def cachecontrol_username
  @cachecontrol_username
end

#netstorage_basedirObject

Returns the value of attribute netstorage_basedir.



17
18
19
# File 'lib/akamai.rb', line 17

def netstorage_basedir
  @netstorage_basedir
end

#netstorage_ftp_hostObject

Returns the value of attribute netstorage_ftp_host.



17
18
19
# File 'lib/akamai.rb', line 17

def netstorage_ftp_host
  @netstorage_ftp_host
end

#netstorage_passwordObject

Returns the value of attribute netstorage_password.



17
18
19
# File 'lib/akamai.rb', line 17

def netstorage_password
  @netstorage_password
end

#netstorage_public_hostObject

Returns the value of attribute netstorage_public_host.



17
18
19
# File 'lib/akamai.rb', line 17

def netstorage_public_host
  @netstorage_public_host
end

#netstorage_usernameObject

Returns the value of attribute netstorage_username.



17
18
19
# File 'lib/akamai.rb', line 17

def netstorage_username
  @netstorage_username
end

#wsdl_urlObject

Returns the value of attribute wsdl_url.



17
18
19
# File 'lib/akamai.rb', line 17

def wsdl_url
  @wsdl_url
end