Class: Crawlberg::FaviconInfo
- Inherits:
-
Object
- Object
- Crawlberg::FaviconInfo
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#mime_type ⇒ String?
Returns the value of attribute mime_type.
-
#rel ⇒ String?
Returns the value of attribute rel.
-
#sizes ⇒ String?
Returns the value of attribute sizes.
-
#url ⇒ String?
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.
337 |
# File 'sig/types.rbs', line 337
def initialize: (?url: String, ?rel: String, ?sizes: String, ?mime_type: String) -> void
|
Instance Attribute Details
#mime_type ⇒ String?
Returns the value of attribute mime_type.
335 336 337 |
# File 'sig/types.rbs', line 335 def mime_type @mime_type end |
#rel ⇒ String?
Returns the value of attribute rel.
333 334 335 |
# File 'sig/types.rbs', line 333 def rel @rel end |
#sizes ⇒ String?
Returns the value of attribute sizes.
334 335 336 |
# File 'sig/types.rbs', line 334 def sizes @sizes end |
#url ⇒ String?
Returns the value of attribute url.
332 333 334 |
# File 'sig/types.rbs', line 332 def url @url end |