Class: Echowrap::Feed
Instance Attribute Summary collapse
-
#date_found ⇒ Object
readonly
Returns the value of attribute date_found.
-
#date_posted ⇒ Object
readonly
Returns the value of attribute date_posted.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#summary ⇒ Object
readonly
Returns the value of attribute summary.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Method Summary collapse
Methods inherited from Base
#==, attr_reader, #attrs, #initialize, #update
Constructor Details
This class inherits a constructor from Echowrap::Base
Instance Attribute Details
#date_found ⇒ Object (readonly)
Returns the value of attribute date_found.
5 6 7 |
# File 'lib/echowrap/feed.rb', line 5 def date_found @date_found end |
#date_posted ⇒ Object (readonly)
Returns the value of attribute date_posted.
5 6 7 |
# File 'lib/echowrap/feed.rb', line 5 def date_posted @date_posted end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/echowrap/feed.rb', line 5 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
5 6 7 |
# File 'lib/echowrap/feed.rb', line 5 def name @name end |
#summary ⇒ Object (readonly)
Returns the value of attribute summary.
5 6 7 |
# File 'lib/echowrap/feed.rb', line 5 def summary @summary end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
5 6 7 |
# File 'lib/echowrap/feed.rb', line 5 def type @type end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
5 6 7 |
# File 'lib/echowrap/feed.rb', line 5 def url @url end |