Class: SourceMonitor::Favicons::Discoverer::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/source_monitor/favicons/discoverer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



11
12
13
# File 'lib/source_monitor/favicons/discoverer.rb', line 11

def content_type
  @content_type
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



11
12
13
# File 'lib/source_monitor/favicons/discoverer.rb', line 11

def filename
  @filename
end

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



11
12
13
# File 'lib/source_monitor/favicons/discoverer.rb', line 11

def io
  @io
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



11
12
13
# File 'lib/source_monitor/favicons/discoverer.rb', line 11

def url
  @url
end