Class: Rocksky::Generated::UnfollowAccountOutput
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::UnfollowAccountOutput
- 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
213 214 215 |
# File 'lib/rocksky/generated/types.rb', line 213 def cursor @cursor end |
#followers ⇒ Object
Returns the value of attribute followers
213 214 215 |
# File 'lib/rocksky/generated/types.rb', line 213 def followers @followers end |
#subject ⇒ Object
Returns the value of attribute subject
213 214 215 |
# File 'lib/rocksky/generated/types.rb', line 213 def subject @subject end |