Class: FaceGroup::Feed
- Inherits:
-
Object
- Object
- FaceGroup::Feed
- Defined in:
- lib/facegroup/feed.rb
Overview
Group feeds, with data and paging information
Instance Attribute Summary collapse
-
#postings ⇒ Object
readonly
Returns the value of attribute postings.
Instance Method Summary collapse
- #count ⇒ Object
-
#initialize(feed_data:) ⇒ Feed
constructor
A new instance of Feed.
Constructor Details
Instance Attribute Details
#postings ⇒ Object (readonly)
Returns the value of attribute postings.
8 9 10 |
# File 'lib/facegroup/feed.rb', line 8 def postings @postings end |
Instance Method Details
#count ⇒ Object
19 20 21 |
# File 'lib/facegroup/feed.rb', line 19 def count @postings.count end |