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.
2366 |
# File 'sig/types.rbs', line 2366
def initialize: (?url: String, ?lastmod: String, ?changefreq: String, ?priority: String) -> void
|
Instance Attribute Details
#changefreq ⇒ String?
Returns the value of attribute changefreq.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def changefreq @changefreq end |
#lastmod ⇒ String?
Returns the value of attribute lastmod.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def lastmod @lastmod end |
#priority ⇒ String?
Returns the value of attribute priority.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def priority @priority end |
#url ⇒ String?
Returns the value of attribute url.
2361 2362 2363 |
# File 'sig/types.rbs', line 2361 def url @url end |