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.
2179 |
# File 'sig/types.rbs', line 2179
def initialize: (?url: String, ?lastmod: String, ?changefreq: String, ?priority: String) -> void
|
Instance Attribute Details
#changefreq ⇒ String?
Returns the value of attribute changefreq.
2176 2177 2178 |
# File 'sig/types.rbs', line 2176 def changefreq @changefreq end |
#lastmod ⇒ String?
Returns the value of attribute lastmod.
2175 2176 2177 |
# File 'sig/types.rbs', line 2175 def lastmod @lastmod end |
#priority ⇒ String?
Returns the value of attribute priority.
2177 2178 2179 |
# File 'sig/types.rbs', line 2177 def priority @priority end |
#url ⇒ String?
Returns the value of attribute url.
2174 2175 2176 |
# File 'sig/types.rbs', line 2174 def url @url end |