Class: Rocksky::Generated::GetFollowersParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetFollowersParams
- 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
112 113 114 |
# File 'lib/rocksky/generated/types.rb', line 112 def actor @actor end |
#cursor ⇒ Object
Returns the value of attribute cursor
112 113 114 |
# File 'lib/rocksky/generated/types.rb', line 112 def cursor @cursor end |
#dids ⇒ Object
Returns the value of attribute dids
112 113 114 |
# File 'lib/rocksky/generated/types.rb', line 112 def dids @dids end |
#limit ⇒ Object
Returns the value of attribute limit
112 113 114 |
# File 'lib/rocksky/generated/types.rb', line 112 def limit @limit end |