Class: Readability::Result
- Inherits:
-
Struct
- Object
- Struct
- Readability::Result
- Defined in:
- lib/readability/result.rb
Instance Attribute Summary collapse
-
#byline ⇒ Object
Returns the value of attribute byline.
-
#content ⇒ Object
Returns the value of attribute content.
-
#dir ⇒ Object
Returns the value of attribute dir.
-
#excerpt ⇒ Object
Returns the value of attribute excerpt.
-
#lang ⇒ Object
Returns the value of attribute lang.
-
#length ⇒ Object
Returns the value of attribute length.
-
#published_time ⇒ Object
Returns the value of attribute published_time.
-
#site_name ⇒ Object
Returns the value of attribute site_name.
-
#text_content ⇒ Object
Returns the value of attribute text_content.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#byline ⇒ Object
Returns the value of attribute byline
4 5 6 |
# File 'lib/readability/result.rb', line 4 def @byline end |
#content ⇒ Object
Returns the value of attribute content
4 5 6 |
# File 'lib/readability/result.rb', line 4 def content @content end |
#dir ⇒ Object
Returns the value of attribute dir
4 5 6 |
# File 'lib/readability/result.rb', line 4 def dir @dir end |
#excerpt ⇒ Object
Returns the value of attribute excerpt
4 5 6 |
# File 'lib/readability/result.rb', line 4 def excerpt @excerpt end |
#lang ⇒ Object
Returns the value of attribute lang
4 5 6 |
# File 'lib/readability/result.rb', line 4 def lang @lang end |
#length ⇒ Object
Returns the value of attribute length
4 5 6 |
# File 'lib/readability/result.rb', line 4 def length @length end |
#published_time ⇒ Object
Returns the value of attribute published_time
4 5 6 |
# File 'lib/readability/result.rb', line 4 def published_time @published_time end |
#site_name ⇒ Object
Returns the value of attribute site_name
4 5 6 |
# File 'lib/readability/result.rb', line 4 def site_name @site_name end |
#text_content ⇒ Object
Returns the value of attribute text_content
4 5 6 |
# File 'lib/readability/result.rb', line 4 def text_content @text_content end |
#title ⇒ Object
Returns the value of attribute title
4 5 6 |
# File 'lib/readability/result.rb', line 4 def title @title end |