Class: AwarenessApi::Entry

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

Instance Method Summary collapse

Methods included from FeedAttributes

#attributes, #method_missing

Constructor Details

#initializeEntry

Returns a new instance of Entry.



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

def initialize
  @items = []
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class AwarenessApi::FeedAttributes