Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sitemapper
v0.7.1
SitemapOptions
Sitemapper
AwsStorage
Builder
Config
ConfigurationError
ImageMap
LocalStorage
Paginator
PingBot
Storage
Sitemaps
VideoMap
Built with Crystal 1.9.2
2023-10-08 06:57:02 UTC
abstract class
Sitemapper::Storage
Sitemapper::Storage
Reference
Object
Direct Known Subclasses
Sitemapper::AwsStorage
Sitemapper::LocalStorage
Defined in:
sitemapper/storage.cr
Constructors
.new
(sitemaps : Sitemaps)
Class Method Summary
.init
(sitemaps : Sitemaps, method : Symbol)
Instance Method Summary
#save
(path : String) : Void
#sitemaps
: Array(Hash(String, String))
Constructor Detail
def self.
new
(sitemaps :
Sitemaps
)
#
[
View source
]
Class Method Detail
def self.
init
(sitemaps :
Sitemaps
, method : Symbol)
#
[
View source
]
Instance Method Detail
abstract def
save
(path : String) : Void
#
[
View source
]
def
sitemaps
: Array(Hash(String, String))
#
[
View source
]