Class: Crawlberg::FaviconInfo
- Inherits:
-
Object
- Object
- Crawlberg::FaviconInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#mime_type ⇒ String?
readonly
Returns the value of attribute mime_type.
-
#rel ⇒ String
readonly
Returns the value of attribute rel.
-
#sizes ⇒ String?
readonly
Returns the value of attribute sizes.
-
#url ⇒ String
readonly
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize ⇒ FaviconInfo
constructor
A new instance of FaviconInfo.
Constructor Details
#initialize ⇒ FaviconInfo
Returns a new instance of FaviconInfo.
284 |
# File 'sig/types.rbs', line 284
def initialize: (?url: String, ?rel: String, ?sizes: String, ?mime_type: String) -> void
|
Instance Attribute Details
#mime_type ⇒ String? (readonly)
Returns the value of attribute mime_type.
282 283 284 |
# File 'sig/types.rbs', line 282 def mime_type @mime_type end |
#rel ⇒ String (readonly)
Returns the value of attribute rel.
280 281 282 |
# File 'sig/types.rbs', line 280 def rel @rel end |
#sizes ⇒ String? (readonly)
Returns the value of attribute sizes.
281 282 283 |
# File 'sig/types.rbs', line 281 def sizes @sizes end |
#url ⇒ String (readonly)
Returns the value of attribute url.
279 280 281 |
# File 'sig/types.rbs', line 279 def url @url end |