Class: Xberg::SitemapUrl
- Inherits:
-
Object
- Object
- Xberg::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.
2294 |
# File 'sig/types.rbs', line 2294
def initialize: (?url: String, ?lastmod: String, ?changefreq: String, ?priority: String) -> void
|
Instance Attribute Details
#changefreq ⇒ String?
Returns the value of attribute changefreq.
2291 2292 2293 |
# File 'sig/types.rbs', line 2291 def changefreq @changefreq end |
#lastmod ⇒ String?
Returns the value of attribute lastmod.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def lastmod @lastmod end |
#priority ⇒ String?
Returns the value of attribute priority.
2292 2293 2294 |
# File 'sig/types.rbs', line 2292 def priority @priority end |
#url ⇒ String?
Returns the value of attribute url.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def url @url end |