Class: Crawlberg::SitemapUrl
- Inherits:
-
Object
- Object
- Crawlberg::SitemapUrl
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#changefreq ⇒ String?
readonly
Returns the value of attribute changefreq.
-
#lastmod ⇒ String?
readonly
Returns the value of attribute lastmod.
-
#priority ⇒ String?
readonly
Returns the value of attribute priority.
-
#url ⇒ String
readonly
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.
471 |
# File 'sig/types.rbs', line 471
def initialize: (?url: String, ?lastmod: String, ?changefreq: String, ?priority: String) -> void
|
Instance Attribute Details
#changefreq ⇒ String? (readonly)
Returns the value of attribute changefreq.
468 469 470 |
# File 'sig/types.rbs', line 468 def changefreq @changefreq end |
#lastmod ⇒ String? (readonly)
Returns the value of attribute lastmod.
467 468 469 |
# File 'sig/types.rbs', line 467 def lastmod @lastmod end |
#priority ⇒ String? (readonly)
Returns the value of attribute priority.
469 470 471 |
# File 'sig/types.rbs', line 469 def priority @priority end |
#url ⇒ String (readonly)
Returns the value of attribute url.
466 467 468 |
# File 'sig/types.rbs', line 466 def url @url end |