Class: Rocksky::Generated::ProfileRecord
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ProfileRecord
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#avatar ⇒ Object
Returns the value of attribute avatar.
-
#banner ⇒ Object
Returns the value of attribute banner.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#description ⇒ Object
Returns the value of attribute description.
-
#displayName ⇒ Object
Returns the value of attribute displayName.
-
#joinedViaStarterPack ⇒ Object
Returns the value of attribute joinedViaStarterPack.
-
#labels ⇒ Object
Returns the value of attribute labels.
Instance Attribute Details
#avatar ⇒ Object
Returns the value of attribute avatar
176 177 178 |
# File 'lib/rocksky/generated/types.rb', line 176 def avatar @avatar end |
#banner ⇒ Object
Returns the value of attribute banner
176 177 178 |
# File 'lib/rocksky/generated/types.rb', line 176 def @banner end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
176 177 178 |
# File 'lib/rocksky/generated/types.rb', line 176 def createdAt @createdAt end |
#description ⇒ Object
Returns the value of attribute description
176 177 178 |
# File 'lib/rocksky/generated/types.rb', line 176 def description @description end |
#displayName ⇒ Object
Returns the value of attribute displayName
176 177 178 |
# File 'lib/rocksky/generated/types.rb', line 176 def displayName @displayName end |
#joinedViaStarterPack ⇒ Object
Returns the value of attribute joinedViaStarterPack
176 177 178 |
# File 'lib/rocksky/generated/types.rb', line 176 def joinedViaStarterPack @joinedViaStarterPack end |
#labels ⇒ Object
Returns the value of attribute labels
176 177 178 |
# File 'lib/rocksky/generated/types.rb', line 176 def labels @labels end |