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.
328 |
# File 'sig/types.rbs', line 328
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.
326 327 328 |
# File 'sig/types.rbs', line 326 def mime_type @mime_type end |
#rel ⇒ String?
Returns the value of attribute rel.
324 325 326 |
# File 'sig/types.rbs', line 324 def rel @rel end |
#sizes ⇒ String?
Returns the value of attribute sizes.
325 326 327 |
# File 'sig/types.rbs', line 325 def sizes @sizes end |
#url ⇒ String?
Returns the value of attribute url.
323 324 325 |
# File 'sig/types.rbs', line 323 def url @url end |