Class: AwarenessApi::Feed
- Inherits:
-
Object
- Object
- AwarenessApi::Feed
- Includes:
- FeedAttributes
- Defined in:
- lib/awareness_api/feed.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize ⇒ Feed
constructor
A new instance of Feed.
Methods included from FeedAttributes
Constructor Details
#initialize ⇒ Feed
Returns a new instance of Feed.
7 8 9 |
# File 'lib/awareness_api/feed.rb', line 7 def initialize @entries = [] end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class AwarenessApi::FeedAttributes
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/awareness_api/feed.rb', line 5 def id @id end |