Class: RailsWayback::HistoricalAssetResolver::Resolution
- Inherits:
-
Struct
- Object
- Struct
- RailsWayback::HistoricalAssetResolver::Resolution
- Defined in:
- lib/rails_wayback/historical_asset_resolver.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#public_path ⇒ Object
Returns the value of attribute public_path.
-
#size_bytes ⇒ Object
Returns the value of attribute size_bytes.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
18 19 20 |
# File 'lib/rails_wayback/historical_asset_resolver.rb', line 18 def path @path end |
#public_path ⇒ Object
Returns the value of attribute public_path
18 19 20 |
# File 'lib/rails_wayback/historical_asset_resolver.rb', line 18 def public_path @public_path end |
#size_bytes ⇒ Object
Returns the value of attribute size_bytes
18 19 20 |
# File 'lib/rails_wayback/historical_asset_resolver.rb', line 18 def size_bytes @size_bytes end |