Class: SiteMaps::Adapters::AwsSdk::Location
- Inherits:
-
FileSystem::Location
- Object
- Struct
- FileSystem::Location
- SiteMaps::Adapters::AwsSdk::Location
- Defined in:
- lib/site_maps/adapters/aws_sdk/location.rb
Constant Summary collapse
- ROOT_RE =
%r{^/}
Constants inherited from FileSystem::Location
Instance Attribute Summary
Attributes inherited from FileSystem::Location
Instance Method Summary collapse
Methods inherited from FileSystem::Location
Instance Method Details
#remote_path ⇒ Object
6 7 8 |
# File 'lib/site_maps/adapters/aws_sdk/location.rb', line 6 def remote_path make_relative(uri.path) end |