Class: CDN::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#aws_pem_fileObject

Returns the value of attribute aws_pem_file.



11
12
13
# File 'lib/cdn/configuration.rb', line 11

def aws_pem_file
  @aws_pem_file
end

#domainObject

Returns the value of attribute domain.



5
6
7
# File 'lib/cdn/configuration.rb', line 5

def domain
  @domain
end

#enabledObject

Returns the value of attribute enabled.



3
4
5
# File 'lib/cdn/configuration.rb', line 3

def enabled
  @enabled
end

#http_large_secretObject

Returns the value of attribute http_large_secret.



7
8
9
# File 'lib/cdn/configuration.rb', line 7

def http_large_secret
  @http_large_secret
end

#http_small_secretObject

Returns the value of attribute http_small_secret.



8
9
10
# File 'lib/cdn/configuration.rb', line 8

def http_small_secret
  @http_small_secret
end

#ntp_drift_secondsObject

Returns the value of attribute ntp_drift_seconds.



12
13
14
# File 'lib/cdn/configuration.rb', line 12

def ntp_drift_seconds
  @ntp_drift_seconds
end

#path_processorObject

Returns the value of attribute path_processor.



10
11
12
# File 'lib/cdn/configuration.rb', line 10

def path_processor
  @path_processor
end

#protocolObject

Returns the value of attribute protocol.



9
10
11
# File 'lib/cdn/configuration.rb', line 9

def protocol
  @protocol
end

#providerObject

Returns the value of attribute provider.



4
5
6
# File 'lib/cdn/configuration.rb', line 4

def provider
  @provider
end

#small_domainObject

Returns the value of attribute small_domain.



6
7
8
# File 'lib/cdn/configuration.rb', line 6

def small_domain
  @small_domain
end