Class: Weneedfeed::PageSchema

Inherits:
Struct
  • Object
show all
Defined in:
lib/weneedfeed/page_schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



4
5
6
# File 'lib/weneedfeed/page_schema.rb', line 4

def description
  @description
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



4
5
6
# File 'lib/weneedfeed/page_schema.rb', line 4

def id
  @id
end

#item_description_selectorObject

Returns the value of attribute item_description_selector

Returns:

  • (Object)

    the current value of item_description_selector



4
5
6
# File 'lib/weneedfeed/page_schema.rb', line 4

def item_description_selector
  @item_description_selector
end

#item_image_selectorObject

Returns the value of attribute item_image_selector

Returns:

  • (Object)

    the current value of item_image_selector



4
5
6
# File 'lib/weneedfeed/page_schema.rb', line 4

def item_image_selector
  @item_image_selector
end

Returns the value of attribute item_link_selector

Returns:

  • (Object)

    the current value of item_link_selector



4
5
6
# File 'lib/weneedfeed/page_schema.rb', line 4

def item_link_selector
  @item_link_selector
end

#item_selectorObject

Returns the value of attribute item_selector

Returns:

  • (Object)

    the current value of item_selector



4
5
6
# File 'lib/weneedfeed/page_schema.rb', line 4

def item_selector
  @item_selector
end

#item_time_selectorObject

Returns the value of attribute item_time_selector

Returns:

  • (Object)

    the current value of item_time_selector



4
5
6
# File 'lib/weneedfeed/page_schema.rb', line 4

def item_time_selector
  @item_time_selector
end

#item_title_selectorObject

Returns the value of attribute item_title_selector

Returns:

  • (Object)

    the current value of item_title_selector



4
5
6
# File 'lib/weneedfeed/page_schema.rb', line 4

def item_title_selector
  @item_title_selector
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



4
5
6
# File 'lib/weneedfeed/page_schema.rb', line 4

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



4
5
6
# File 'lib/weneedfeed/page_schema.rb', line 4

def url
  @url
end