Class: Weneedfeed::PageSchema
- Inherits:
-
Struct
- Object
- Struct
- Weneedfeed::PageSchema
- Defined in:
- lib/weneedfeed/page_schema.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#item_description_selector ⇒ Object
Returns the value of attribute item_description_selector.
-
#item_image_selector ⇒ Object
Returns the value of attribute item_image_selector.
-
#item_link_selector ⇒ Object
Returns the value of attribute item_link_selector.
-
#item_selector ⇒ Object
Returns the value of attribute item_selector.
-
#item_time_selector ⇒ Object
Returns the value of attribute item_time_selector.
-
#item_title_selector ⇒ Object
Returns the value of attribute item_title_selector.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/weneedfeed/page_schema.rb', line 4 def description @description end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/weneedfeed/page_schema.rb', line 4 def id @id end |
#item_description_selector ⇒ Object
Returns the value of attribute item_description_selector
4 5 6 |
# File 'lib/weneedfeed/page_schema.rb', line 4 def item_description_selector @item_description_selector end |
#item_image_selector ⇒ Object
Returns the value of attribute item_image_selector
4 5 6 |
# File 'lib/weneedfeed/page_schema.rb', line 4 def item_image_selector @item_image_selector end |
#item_link_selector ⇒ Object
Returns the value of attribute item_link_selector
4 5 6 |
# File 'lib/weneedfeed/page_schema.rb', line 4 def item_link_selector @item_link_selector end |
#item_selector ⇒ Object
Returns the value of attribute item_selector
4 5 6 |
# File 'lib/weneedfeed/page_schema.rb', line 4 def item_selector @item_selector end |
#item_time_selector ⇒ Object
Returns the value of attribute item_time_selector
4 5 6 |
# File 'lib/weneedfeed/page_schema.rb', line 4 def item_time_selector @item_time_selector end |
#item_title_selector ⇒ Object
Returns the value of attribute item_title_selector
4 5 6 |
# File 'lib/weneedfeed/page_schema.rb', line 4 def item_title_selector @item_title_selector end |
#title ⇒ Object
Returns the value of attribute title
4 5 6 |
# File 'lib/weneedfeed/page_schema.rb', line 4 def title @title end |
#url ⇒ Object
Returns the value of attribute url
4 5 6 |
# File 'lib/weneedfeed/page_schema.rb', line 4 def url @url end |