Class: Rocksky::Generated::GetFeedParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetFeedParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#cursor ⇒ Object
Returns the value of attribute cursor.
-
#feed ⇒ Object
Returns the value of attribute feed.
-
#limit ⇒ Object
Returns the value of attribute limit.
Instance Attribute Details
#cursor ⇒ Object
Returns the value of attribute cursor
106 107 108 |
# File 'lib/rocksky/generated/types.rb', line 106 def cursor @cursor end |
#feed ⇒ Object
Returns the value of attribute feed
106 107 108 |
# File 'lib/rocksky/generated/types.rb', line 106 def feed @feed end |
#limit ⇒ Object
Returns the value of attribute limit
106 107 108 |
# File 'lib/rocksky/generated/types.rb', line 106 def limit @limit end |