Class: Readability::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#bylineObject

Returns the value of attribute byline

Returns:

  • (Object)

    the current value of byline



4
5
6
# File 'lib/readability/result.rb', line 4

def 
  @byline
end

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



4
5
6
# File 'lib/readability/result.rb', line 4

def content
  @content
end

#dirObject

Returns the value of attribute dir

Returns:

  • (Object)

    the current value of dir



4
5
6
# File 'lib/readability/result.rb', line 4

def dir
  @dir
end

#excerptObject

Returns the value of attribute excerpt

Returns:

  • (Object)

    the current value of excerpt



4
5
6
# File 'lib/readability/result.rb', line 4

def excerpt
  @excerpt
end

#langObject

Returns the value of attribute lang

Returns:

  • (Object)

    the current value of lang



4
5
6
# File 'lib/readability/result.rb', line 4

def lang
  @lang
end

#lengthObject

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



4
5
6
# File 'lib/readability/result.rb', line 4

def length
  @length
end

#published_timeObject

Returns the value of attribute published_time

Returns:

  • (Object)

    the current value of published_time



4
5
6
# File 'lib/readability/result.rb', line 4

def published_time
  @published_time
end

#site_nameObject

Returns the value of attribute site_name

Returns:

  • (Object)

    the current value of site_name



4
5
6
# File 'lib/readability/result.rb', line 4

def site_name
  @site_name
end

#text_contentObject

Returns the value of attribute text_content

Returns:

  • (Object)

    the current value of text_content



4
5
6
# File 'lib/readability/result.rb', line 4

def text_content
  @text_content
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



4
5
6
# File 'lib/readability/result.rb', line 4

def title
  @title
end