Class: Rocksky::Generated::ArtistRecord

Inherits:
Struct
  • Object
show all
Defined in:
lib/rocksky/generated/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bioObject

Returns the value of attribute bio

Returns:

  • (Object)

    the current value of bio



25
26
27
# File 'lib/rocksky/generated/types.rb', line 25

def bio
  @bio
end

#bornObject

Returns the value of attribute born

Returns:

  • (Object)

    the current value of born



25
26
27
# File 'lib/rocksky/generated/types.rb', line 25

def born
  @born
end

#bornInObject

Returns the value of attribute bornIn

Returns:

  • (Object)

    the current value of bornIn



25
26
27
# File 'lib/rocksky/generated/types.rb', line 25

def bornIn
  @bornIn
end

#createdAtObject

Returns the value of attribute createdAt

Returns:

  • (Object)

    the current value of createdAt



25
26
27
# File 'lib/rocksky/generated/types.rb', line 25

def createdAt
  @createdAt
end

#diedObject

Returns the value of attribute died

Returns:

  • (Object)

    the current value of died



25
26
27
# File 'lib/rocksky/generated/types.rb', line 25

def died
  @died
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



25
26
27
# File 'lib/rocksky/generated/types.rb', line 25

def name
  @name
end

#pictureObject

Returns the value of attribute picture

Returns:

  • (Object)

    the current value of picture



25
26
27
# File 'lib/rocksky/generated/types.rb', line 25

def picture
  @picture
end

#pictureUrlObject

Returns the value of attribute pictureUrl

Returns:

  • (Object)

    the current value of pictureUrl



25
26
27
# File 'lib/rocksky/generated/types.rb', line 25

def pictureUrl
  @pictureUrl
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



25
26
27
# File 'lib/rocksky/generated/types.rb', line 25

def tags
  @tags
end