Class: SocialFeedService
- Inherits:
-
Object
- Object
- SocialFeedService
- Defined in:
- app/services/social_feed_service.rb
Instance Method Summary collapse
- #get_feed(options) ⇒ Object
-
#initialize ⇒ SocialFeedService
constructor
A new instance of SocialFeedService.
Constructor Details
#initialize ⇒ SocialFeedService
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() end |