Class: FaviconGet::Icon
- Inherits:
-
Struct
- Object
- Struct
- FaviconGet::Icon
- Defined in:
- lib/favicon_get.rb
Overview
Website icon representation
Instance Attribute Summary collapse
-
#format ⇒ Object
Returns the value of attribute format.
-
#height ⇒ Object
Returns the value of attribute height.
-
#url ⇒ Object
Returns the value of attribute url.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#format ⇒ Object
Returns the value of attribute format
14 15 16 |
# File 'lib/favicon_get.rb', line 14 def format @format end |
#height ⇒ Object
Returns the value of attribute height
14 15 16 |
# File 'lib/favicon_get.rb', line 14 def height @height end |
#url ⇒ Object
Returns the value of attribute url
14 15 16 |
# File 'lib/favicon_get.rb', line 14 def url @url end |
#width ⇒ Object
Returns the value of attribute width
14 15 16 |
# File 'lib/favicon_get.rb', line 14 def width @width end |