Class: Arssene::Channel
- Inherits:
-
Object
- Object
- Arssene::Channel
- Defined in:
- lib/arssene/lib/models/channel.rb
Instance Attribute Summary collapse
-
#copyright ⇒ Object
Returns the value of attribute copyright.
-
#description ⇒ Object
Returns the value of attribute description.
-
#entries ⇒ Object
Returns the value of attribute entries.
-
#feed_type ⇒ Object
Returns the value of attribute feed_type.
-
#feed_version ⇒ Object
Returns the value of attribute feed_version.
-
#host ⇒ Object
Returns the value of attribute host.
-
#language ⇒ Object
Returns the value of attribute language.
-
#link ⇒ Object
Returns the value of attribute link.
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#publication_date ⇒ Object
Returns the value of attribute publication_date.
-
#relevant ⇒ Object
Returns the value of attribute relevant.
-
#rss_link ⇒ Object
Returns the value of attribute rss_link.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#copyright ⇒ Object
Returns the value of attribute copyright.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def copyright @copyright end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def description @description end |
#entries ⇒ Object
Returns the value of attribute entries.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def entries @entries end |
#feed_type ⇒ Object
Returns the value of attribute feed_type.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def feed_type @feed_type end |
#feed_version ⇒ Object
Returns the value of attribute feed_version.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def feed_version @feed_version end |
#host ⇒ Object
Returns the value of attribute host.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def host @host end |
#language ⇒ Object
Returns the value of attribute language.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def language @language end |
#link ⇒ Object
Returns the value of attribute link.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def link @link end |
#meta ⇒ Object
Returns the value of attribute meta.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def end |
#publication_date ⇒ Object
Returns the value of attribute publication_date.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def publication_date @publication_date end |
#relevant ⇒ Object
Returns the value of attribute relevant.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def relevant @relevant end |
#rss_link ⇒ Object
Returns the value of attribute rss_link.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def rss_link @rss_link end |
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/arssene/lib/models/channel.rb', line 5 def title @title end |