Class: Rocksky::Generated::GetStoriesParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetStoriesParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#feed ⇒ Object
Returns the value of attribute feed.
-
#following ⇒ Object
Returns the value of attribute following.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#feed ⇒ Object
Returns the value of attribute feed
141 142 143 |
# File 'lib/rocksky/generated/types.rb', line 141 def feed @feed end |
#following ⇒ Object
Returns the value of attribute following
141 142 143 |
# File 'lib/rocksky/generated/types.rb', line 141 def following @following end |
#size ⇒ Object
Returns the value of attribute size
141 142 143 |
# File 'lib/rocksky/generated/types.rb', line 141 def size @size end |