Class: FaviconGet::Icon

Inherits:
Struct
  • Object
show all
Defined in:
lib/favicon_get.rb

Overview

Website icon representation

Instance Attribute Summary collapse

Instance Attribute Details

#formatObject

Returns the value of attribute format

Returns:

  • (Object)

    the current value of format



14
15
16
# File 'lib/favicon_get.rb', line 14

def format
  @format
end

#heightObject

Returns the value of attribute height

Returns:

  • (Object)

    the current value of height



14
15
16
# File 'lib/favicon_get.rb', line 14

def height
  @height
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



14
15
16
# File 'lib/favicon_get.rb', line 14

def url
  @url
end

#widthObject

Returns the value of attribute width

Returns:

  • (Object)

    the current value of width



14
15
16
# File 'lib/favicon_get.rb', line 14

def width
  @width
end