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.
-
#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
6 7 8 |
# File 'lib/serviceworker/route.rb', line 6 def asset_name @asset_name end |
#headers ⇒ Object
Returns the value of attribute headers
6 7 8 |
# File 'lib/serviceworker/route.rb', line 6 def headers @headers end |
#path ⇒ Object
Returns the value of attribute path
6 7 8 |
# File 'lib/serviceworker/route.rb', line 6 def path @path end |
Instance Method Details
#to_s ⇒ Object
7 8 9 |
# File 'lib/serviceworker/route.rb', line 7 def to_s asset_name end |