Class: Rocksky::Generated::FeedStoryView
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::FeedStoryView
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#album ⇒ Object
Returns the value of attribute album.
-
#albumArt ⇒ Object
Returns the value of attribute albumArt.
-
#albumArtist ⇒ Object
Returns the value of attribute albumArtist.
-
#albumUri ⇒ Object
Returns the value of attribute albumUri.
-
#artist ⇒ Object
Returns the value of attribute artist.
-
#artistUri ⇒ Object
Returns the value of attribute artistUri.
-
#avatar ⇒ Object
Returns the value of attribute avatar.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#did ⇒ Object
Returns the value of attribute did.
-
#handle ⇒ Object
Returns the value of attribute handle.
-
#id ⇒ Object
Returns the value of attribute id.
-
#title ⇒ Object
Returns the value of attribute title.
-
#trackId ⇒ Object
Returns the value of attribute trackId.
-
#trackUri ⇒ Object
Returns the value of attribute trackUri.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#album ⇒ Object
Returns the value of attribute album
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def album @album end |
#albumArt ⇒ Object
Returns the value of attribute albumArt
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def albumArt @albumArt end |
#albumArtist ⇒ Object
Returns the value of attribute albumArtist
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def albumArtist @albumArtist end |
#albumUri ⇒ Object
Returns the value of attribute albumUri
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def albumUri @albumUri end |
#artist ⇒ Object
Returns the value of attribute artist
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def artist @artist end |
#artistUri ⇒ Object
Returns the value of attribute artistUri
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def artistUri @artistUri end |
#avatar ⇒ Object
Returns the value of attribute avatar
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def avatar @avatar end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def createdAt @createdAt end |
#did ⇒ Object
Returns the value of attribute did
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def did @did end |
#handle ⇒ Object
Returns the value of attribute handle
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def handle @handle end |
#id ⇒ Object
Returns the value of attribute id
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def id @id end |
#title ⇒ Object
Returns the value of attribute title
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def title @title end |
#trackId ⇒ Object
Returns the value of attribute trackId
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def trackId @trackId end |
#trackUri ⇒ Object
Returns the value of attribute trackUri
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def trackUri @trackUri end |
#uri ⇒ Object
Returns the value of attribute uri
55 56 57 |
# File 'lib/rocksky/generated/types.rb', line 55 def uri @uri end |