Class: Rocksky::Generated::GetFollowersOutput
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetFollowersOutput
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#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
#count ⇒ Object
Returns the value of attribute count
111 112 113 |
# File 'lib/rocksky/generated/types.rb', line 111 def count @count end |
#cursor ⇒ Object
Returns the value of attribute cursor
111 112 113 |
# File 'lib/rocksky/generated/types.rb', line 111 def cursor @cursor end |
#followers ⇒ Object
Returns the value of attribute followers
111 112 113 |
# File 'lib/rocksky/generated/types.rb', line 111 def followers @followers end |
#subject ⇒ Object
Returns the value of attribute subject
111 112 113 |
# File 'lib/rocksky/generated/types.rb', line 111 def subject @subject end |