Class: Rocksky::Generated::GetFollowsParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetFollowsParams
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#actor ⇒ Object
Returns the value of attribute actor.
-
#cursor ⇒ Object
Returns the value of attribute cursor.
-
#dids ⇒ Object
Returns the value of attribute dids.
-
#limit ⇒ Object
Returns the value of attribute limit.
Instance Attribute Details
#actor ⇒ Object
Returns the value of attribute actor
114 115 116 |
# File 'lib/rocksky/generated/types.rb', line 114 def actor @actor end |
#cursor ⇒ Object
Returns the value of attribute cursor
114 115 116 |
# File 'lib/rocksky/generated/types.rb', line 114 def cursor @cursor end |
#dids ⇒ Object
Returns the value of attribute dids
114 115 116 |
# File 'lib/rocksky/generated/types.rb', line 114 def dids @dids end |
#limit ⇒ Object
Returns the value of attribute limit
114 115 116 |
# File 'lib/rocksky/generated/types.rb', line 114 def limit @limit end |