Class: Rocksky::Generated::GetFeedSkeletonParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetFeedSkeletonParams
- 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.
-
#offset ⇒ Object
Returns the value of attribute offset.
Instance Attribute Details
#cursor ⇒ Object
Returns the value of attribute cursor
108 109 110 |
# File 'lib/rocksky/generated/types.rb', line 108 def cursor @cursor end |
#feed ⇒ Object
Returns the value of attribute feed
108 109 110 |
# File 'lib/rocksky/generated/types.rb', line 108 def feed @feed end |
#limit ⇒ Object
Returns the value of attribute limit
108 109 110 |
# File 'lib/rocksky/generated/types.rb', line 108 def limit @limit end |
#offset ⇒ Object
Returns the value of attribute offset
108 109 110 |
# File 'lib/rocksky/generated/types.rb', line 108 def offset @offset end |