Class: SourceMonitor::Favicons::Discoverer::Result
- Inherits:
-
Struct
- Object
- Struct
- SourceMonitor::Favicons::Discoverer::Result
- Defined in:
- lib/source_monitor/favicons/discoverer.rb
Instance Attribute Summary collapse
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#io ⇒ Object
Returns the value of attribute io.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#content_type ⇒ Object
Returns the value of attribute content_type
11 12 13 |
# File 'lib/source_monitor/favicons/discoverer.rb', line 11 def content_type @content_type end |
#filename ⇒ Object
Returns the value of attribute filename
11 12 13 |
# File 'lib/source_monitor/favicons/discoverer.rb', line 11 def filename @filename end |
#io ⇒ Object
Returns the value of attribute io
11 12 13 |
# File 'lib/source_monitor/favicons/discoverer.rb', line 11 def io @io end |
#url ⇒ Object
Returns the value of attribute url
11 12 13 |
# File 'lib/source_monitor/favicons/discoverer.rb', line 11 def url @url end |