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