Class: Crawlberg::SitemapUrl
- Inherits:
-
Object
- Object
- Crawlberg::SitemapUrl
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#changefreq ⇒ String?
Returns the value of attribute changefreq.
-
#lastmod ⇒ String?
Returns the value of attribute lastmod.
-
#priority ⇒ String?
Returns the value of attribute priority.
-
#url ⇒ String?
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ SitemapUrl
constructor
A new instance of SitemapUrl.
Constructor Details
#initialize ⇒ SitemapUrl
Returns a new instance of SitemapUrl.
238 |
# File 'sig/types.rbs', line 238
def initialize: (?url: String, ?lastmod: String, ?changefreq: String, ?priority: String) -> void
|
Instance Attribute Details
#changefreq ⇒ String?
Returns the value of attribute changefreq.
235 236 237 |
# File 'sig/types.rbs', line 235 def changefreq @changefreq end |
#lastmod ⇒ String?
Returns the value of attribute lastmod.
234 235 236 |
# File 'sig/types.rbs', line 234 def lastmod @lastmod end |
#priority ⇒ String?
Returns the value of attribute priority.
236 237 238 |
# File 'sig/types.rbs', line 236 def priority @priority end |
#url ⇒ String?
Returns the value of attribute url.
233 234 235 |
# File 'sig/types.rbs', line 233 def url @url end |