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
175 176 177 |
# File 'lib/rocksky/generated/types.rb', line 175 def avatar @avatar end |
#banner ⇒ Object
Returns the value of attribute banner
175 176 177 |
# File 'lib/rocksky/generated/types.rb', line 175 def @banner end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
175 176 177 |
# File 'lib/rocksky/generated/types.rb', line 175 def createdAt @createdAt end |
#description ⇒ Object
Returns the value of attribute description
175 176 177 |
# File 'lib/rocksky/generated/types.rb', line 175 def description @description end |
#displayName ⇒ Object
Returns the value of attribute displayName
175 176 177 |
# File 'lib/rocksky/generated/types.rb', line 175 def displayName @displayName end |
#joinedViaStarterPack ⇒ Object
Returns the value of attribute joinedViaStarterPack
175 176 177 |
# File 'lib/rocksky/generated/types.rb', line 175 def joinedViaStarterPack @joinedViaStarterPack end |
#labels ⇒ Object
Returns the value of attribute labels
175 176 177 |
# File 'lib/rocksky/generated/types.rb', line 175 def labels @labels end |