Class: AwarenessApi::Feed

Inherits:
Object
  • Object
show all
Includes:
FeedAttributes
Defined in:
lib/awareness_api/feed.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from FeedAttributes

#attributes, #method_missing

Constructor Details

#initializeFeed

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

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/awareness_api/feed.rb', line 5

def id
  @id
end