Class: ServiceWorker::Route::RouteMatch
- Inherits:
-
Struct
- Object
- Struct
- ServiceWorker::Route::RouteMatch
- Defined in:
- lib/serviceworker/route.rb
Instance Attribute Summary collapse
-
#asset_name ⇒ Object
Returns the value of attribute asset_name.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#options ⇒ Object
Returns the value of attribute options.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Method Summary collapse
Instance Attribute Details
#asset_name ⇒ Object
Returns the value of attribute asset_name
7 8 9 |
# File 'lib/serviceworker/route.rb', line 7 def asset_name @asset_name end |
#headers ⇒ Object
Returns the value of attribute headers
7 8 9 |
# File 'lib/serviceworker/route.rb', line 7 def headers @headers end |
#options ⇒ Object
Returns the value of attribute options
7 8 9 |
# File 'lib/serviceworker/route.rb', line 7 def @options end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/serviceworker/route.rb', line 7 def path @path end |
Instance Method Details
#to_s ⇒ Object
8 9 10 |
# File 'lib/serviceworker/route.rb', line 8 def to_s asset_name end |