Class: Html2rss::Capture::CaptureResult

Inherits:
Data
  • Object
show all
Defined in:
lib/html2rss/capture.rb

Overview

Result of a capture operation (config plus quality meta).

Instance Attribute Summary collapse

Instance Attribute Details

#admission_dropsObject (readonly)

Returns the value of attribute admission_drops

Returns:

  • (Object)

    the current value of admission_drops



23
24
25
# File 'lib/html2rss/capture.rb', line 23

def admission_drops
  @admission_drops
end

#articles_countObject (readonly)

Returns the value of attribute articles_count

Returns:

  • (Object)

    the current value of articles_count



23
24
25
# File 'lib/html2rss/capture.rb', line 23

def articles_count
  @articles_count
end

#channel_titleObject (readonly)

Returns the value of attribute channel_title

Returns:

  • (Object)

    the current value of channel_title



23
24
25
# File 'lib/html2rss/capture.rb', line 23

def channel_title
  @channel_title
end

#configObject (readonly)

Returns the value of attribute config

Returns:

  • (Object)

    the current value of config



23
24
25
# File 'lib/html2rss/capture.rb', line 23

def config
  @config
end

#has_selectorsObject (readonly)

Returns the value of attribute has_selectors

Returns:

  • (Object)

    the current value of has_selectors



23
24
25
# File 'lib/html2rss/capture.rb', line 23

def has_selectors
  @has_selectors
end

#segment_strategyObject (readonly)

Returns the value of attribute segment_strategy

Returns:

  • (Object)

    the current value of segment_strategy



23
24
25
# File 'lib/html2rss/capture.rb', line 23

def segment_strategy
  @segment_strategy
end

#selected_strategyObject (readonly)

Returns the value of attribute selected_strategy

Returns:

  • (Object)

    the current value of selected_strategy



23
24
25
# File 'lib/html2rss/capture.rb', line 23

def selected_strategy
  @selected_strategy
end