Class: Rocksky::Generated::ArtistRecord
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::ArtistRecord
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#bio ⇒ Object
Returns the value of attribute bio.
-
#born ⇒ Object
Returns the value of attribute born.
-
#bornIn ⇒ Object
Returns the value of attribute bornIn.
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#died ⇒ Object
Returns the value of attribute died.
-
#name ⇒ Object
Returns the value of attribute name.
-
#picture ⇒ Object
Returns the value of attribute picture.
-
#pictureUrl ⇒ Object
Returns the value of attribute pictureUrl.
-
#tags ⇒ Object
Returns the value of attribute tags.
Instance Attribute Details
#bio ⇒ Object
Returns the value of attribute bio
25 26 27 |
# File 'lib/rocksky/generated/types.rb', line 25 def bio @bio end |
#born ⇒ Object
Returns the value of attribute born
25 26 27 |
# File 'lib/rocksky/generated/types.rb', line 25 def born @born end |
#bornIn ⇒ Object
Returns the value of attribute bornIn
25 26 27 |
# File 'lib/rocksky/generated/types.rb', line 25 def bornIn @bornIn end |
#createdAt ⇒ Object
Returns the value of attribute createdAt
25 26 27 |
# File 'lib/rocksky/generated/types.rb', line 25 def createdAt @createdAt end |
#died ⇒ Object
Returns the value of attribute died
25 26 27 |
# File 'lib/rocksky/generated/types.rb', line 25 def died @died end |
#name ⇒ Object
Returns the value of attribute name
25 26 27 |
# File 'lib/rocksky/generated/types.rb', line 25 def name @name end |
#picture ⇒ Object
Returns the value of attribute picture
25 26 27 |
# File 'lib/rocksky/generated/types.rb', line 25 def picture @picture end |
#pictureUrl ⇒ Object
Returns the value of attribute pictureUrl
25 26 27 |
# File 'lib/rocksky/generated/types.rb', line 25 def pictureUrl @pictureUrl end |
#tags ⇒ Object
Returns the value of attribute tags
25 26 27 |
# File 'lib/rocksky/generated/types.rb', line 25 def @tags end |