Class: Rocksky::Generated::ActorNeighbourViewBasic
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ActorNeighbourViewBasic
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#avatar ⇒ Object
Returns the value of attribute avatar.
-
#did ⇒ Object
Returns the value of attribute did.
-
#displayName ⇒ Object
Returns the value of attribute displayName.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#sharedArtistsCount ⇒ Object
Returns the value of attribute sharedArtistsCount.
-
#similarityScore ⇒ Object
Returns the value of attribute similarityScore.
-
#topSharedArtistNames ⇒ Object
Returns the value of attribute topSharedArtistNames.
-
#topSharedArtistsDetails ⇒ Object
Returns the value of attribute topSharedArtistsDetails.
-
#userId ⇒ Object
Returns the value of attribute userId.
Instance Attribute Details
#avatar ⇒ Object
Returns the value of attribute avatar
12 13 14 |
# File 'lib/rocksky/generated/types.rb', line 12 def avatar @avatar end |
#did ⇒ Object
Returns the value of attribute did
12 13 14 |
# File 'lib/rocksky/generated/types.rb', line 12 def did @did end |
#displayName ⇒ Object
Returns the value of attribute displayName
12 13 14 |
# File 'lib/rocksky/generated/types.rb', line 12 def displayName @displayName end |
#handle ⇒ Object
Returns the value of attribute handle
12 13 14 |
# File 'lib/rocksky/generated/types.rb', line 12 def handle @handle end |
#sharedArtistsCount ⇒ Object
Returns the value of attribute sharedArtistsCount
12 13 14 |
# File 'lib/rocksky/generated/types.rb', line 12 def sharedArtistsCount @sharedArtistsCount end |
#similarityScore ⇒ Object
Returns the value of attribute similarityScore
12 13 14 |
# File 'lib/rocksky/generated/types.rb', line 12 def similarityScore @similarityScore end |
#topSharedArtistNames ⇒ Object
Returns the value of attribute topSharedArtistNames
12 13 14 |
# File 'lib/rocksky/generated/types.rb', line 12 def topSharedArtistNames @topSharedArtistNames end |
#topSharedArtistsDetails ⇒ Object
Returns the value of attribute topSharedArtistsDetails
12 13 14 |
# File 'lib/rocksky/generated/types.rb', line 12 def topSharedArtistsDetails @topSharedArtistsDetails end |
#userId ⇒ Object
Returns the value of attribute userId
12 13 14 |
# File 'lib/rocksky/generated/types.rb', line 12 def userId @userId end |