Class: Rocksky::Generated::GetFollowsOutput
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::GetFollowsOutput
- 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.
-
#follows ⇒ Object
Returns the value of attribute follows.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
113 114 115 |
# File 'lib/rocksky/generated/types.rb', line 113 def count @count end |
#cursor ⇒ Object
Returns the value of attribute cursor
113 114 115 |
# File 'lib/rocksky/generated/types.rb', line 113 def cursor @cursor end |
#follows ⇒ Object
Returns the value of attribute follows
113 114 115 |
# File 'lib/rocksky/generated/types.rb', line 113 def follows @follows end |
#subject ⇒ Object
Returns the value of attribute subject
113 114 115 |
# File 'lib/rocksky/generated/types.rb', line 113 def subject @subject end |