Class: RailsHttpPreload::Configuration
- Inherits:
-
Object
- Object
- RailsHttpPreload::Configuration
- Defined in:
- lib/rails_http_preload.rb
Instance Attribute Summary collapse
-
#additional_urls ⇒ Object
Returns the value of attribute additional_urls.
-
#asset_host ⇒ Object
Returns the value of attribute asset_host.
-
#default_asset_host_protocol ⇒ Object
Returns the value of attribute default_asset_host_protocol.
Instance Attribute Details
#additional_urls ⇒ Object
Returns the value of attribute additional_urls.
19 20 21 |
# File 'lib/rails_http_preload.rb', line 19 def additional_urls @additional_urls end |
#asset_host ⇒ Object
Returns the value of attribute asset_host.
19 20 21 |
# File 'lib/rails_http_preload.rb', line 19 def asset_host @asset_host end |
#default_asset_host_protocol ⇒ Object
Returns the value of attribute default_asset_host_protocol.
19 20 21 |
# File 'lib/rails_http_preload.rb', line 19 def default_asset_host_protocol @default_asset_host_protocol end |