Class: SocialFeedService

Inherits:
Object
  • Object
show all
Defined in:
app/services/social_feed_service.rb

Instance Method Summary collapse

Constructor Details

#initializeSocialFeedService

Returns a new instance of SocialFeedService.



3
4
5
# File 'app/services/social_feed_service.rb', line 3

def initialize

end

Instance Method Details

#get_feed(options) ⇒ Object



7
8
9
# File 'app/services/social_feed_service.rb', line 7

def get_feed(options)

end