Class: Rocksky::Generated::FollowRecord
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::FollowRecord
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#via ⇒ Object
Returns the value of attribute via.
Instance Attribute Details
#createdAt ⇒ Object
Returns the value of attribute createdAt
60 61 62 |
# File 'lib/rocksky/generated/types.rb', line 60 def createdAt @createdAt end |
#subject ⇒ Object
Returns the value of attribute subject
60 61 62 |
# File 'lib/rocksky/generated/types.rb', line 60 def subject @subject end |
#via ⇒ Object
Returns the value of attribute via
60 61 62 |
# File 'lib/rocksky/generated/types.rb', line 60 def via @via end |