Class: SWR3::NowPlaying::Cover

Inherits:
Struct
  • Object
show all
Defined in:
lib/swr3_now_playing/cover.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailObject

Returns the value of attribute detail

Returns:

  • (Object)

    the current value of detail



4
5
6
# File 'lib/swr3_now_playing/cover.rb', line 4

def detail
  @detail
end

#smallObject

Returns the value of attribute small

Returns:

  • (Object)

    the current value of small



4
5
6
# File 'lib/swr3_now_playing/cover.rb', line 4

def small
  @small
end

#thumbnailObject

Returns the value of attribute thumbnail

Returns:

  • (Object)

    the current value of thumbnail



4
5
6
# File 'lib/swr3_now_playing/cover.rb', line 4

def thumbnail
  @thumbnail
end

#zoomObject

Returns the value of attribute zoom

Returns:

  • (Object)

    the current value of zoom



4
5
6
# File 'lib/swr3_now_playing/cover.rb', line 4

def zoom
  @zoom
end