Class: Rocksky::Generated::GetKnownFollowersParams
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetKnownFollowersParams
- 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.
-
#limit ⇒ Object
Returns the value of attribute limit.
Instance Attribute Details
#actor ⇒ Object
Returns the value of attribute actor
117 118 119 |
# File 'lib/rocksky/generated/types.rb', line 117 def actor @actor end |
#cursor ⇒ Object
Returns the value of attribute cursor
117 118 119 |
# File 'lib/rocksky/generated/types.rb', line 117 def cursor @cursor end |
#limit ⇒ Object
Returns the value of attribute limit
117 118 119 |
# File 'lib/rocksky/generated/types.rb', line 117 def limit @limit end |