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.
2189 |
# File 'sig/types.rbs', line 2189
def initialize: (?url: String, ?lastmod: String, ?changefreq: String, ?priority: String) -> void
|
Instance Attribute Details
#changefreq ⇒ String?
Returns the value of attribute changefreq.
2186 2187 2188 |
# File 'sig/types.rbs', line 2186 def changefreq @changefreq end |
#lastmod ⇒ String?
Returns the value of attribute lastmod.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def lastmod @lastmod end |
#priority ⇒ String?
Returns the value of attribute priority.
2187 2188 2189 |
# File 'sig/types.rbs', line 2187 def priority @priority end |
#url ⇒ String?
Returns the value of attribute url.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def url @url end |