Class: Crawlberg::HreflangEntry
- Inherits:
-
Object
- Object
- Crawlberg::HreflangEntry
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#lang ⇒ String?
Returns the value of attribute lang.
-
#url ⇒ String?
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ HreflangEntry
constructor
A new instance of HreflangEntry.
Constructor Details
#initialize ⇒ HreflangEntry
Returns a new instance of HreflangEntry.
319 |
# File 'sig/types.rbs', line 319
def initialize: (?lang: String, ?url: String) -> void
|
Instance Attribute Details
#lang ⇒ String?
Returns the value of attribute lang.
316 317 318 |
# File 'sig/types.rbs', line 316 def lang @lang end |
#url ⇒ String?
Returns the value of attribute url.
317 318 319 |
# File 'sig/types.rbs', line 317 def url @url end |