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
116 117 118 |
# File 'lib/rocksky/generated/types.rb', line 116 def actor @actor end |
#cursor ⇒ Object
Returns the value of attribute cursor
116 117 118 |
# File 'lib/rocksky/generated/types.rb', line 116 def cursor @cursor end |
#limit ⇒ Object
Returns the value of attribute limit
116 117 118 |
# File 'lib/rocksky/generated/types.rb', line 116 def limit @limit end |