Class: CDN::Configuration
- Inherits:
-
Object
- Object
- CDN::Configuration
- Defined in:
- lib/cdn/configuration.rb
Instance Attribute Summary collapse
-
#aws_pem_file ⇒ Object
Returns the value of attribute aws_pem_file.
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#http_large_secret ⇒ Object
Returns the value of attribute http_large_secret.
-
#http_small_secret ⇒ Object
Returns the value of attribute http_small_secret.
-
#ntp_drift_seconds ⇒ Object
Returns the value of attribute ntp_drift_seconds.
-
#path_processor ⇒ Object
Returns the value of attribute path_processor.
-
#protocol ⇒ Object
Returns the value of attribute protocol.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#small_domain ⇒ Object
Returns the value of attribute small_domain.
Instance Attribute Details
#aws_pem_file ⇒ Object
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 |
#domain ⇒ Object
Returns the value of attribute domain.
5 6 7 |
# File 'lib/cdn/configuration.rb', line 5 def domain @domain end |
#enabled ⇒ Object
Returns the value of attribute enabled.
3 4 5 |
# File 'lib/cdn/configuration.rb', line 3 def enabled @enabled end |
#http_large_secret ⇒ Object
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_secret ⇒ Object
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_seconds ⇒ Object
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_processor ⇒ Object
Returns the value of attribute path_processor.
10 11 12 |
# File 'lib/cdn/configuration.rb', line 10 def path_processor @path_processor end |
#protocol ⇒ Object
Returns the value of attribute protocol.
9 10 11 |
# File 'lib/cdn/configuration.rb', line 9 def protocol @protocol end |
#provider ⇒ Object
Returns the value of attribute provider.
4 5 6 |
# File 'lib/cdn/configuration.rb', line 4 def provider @provider end |
#small_domain ⇒ Object
Returns the value of attribute small_domain.
6 7 8 |
# File 'lib/cdn/configuration.rb', line 6 def small_domain @small_domain end |