Class: SWR3::NowPlaying::Cover
- Inherits:
-
Struct
- Object
- Struct
- SWR3::NowPlaying::Cover
- Defined in:
- lib/swr3_now_playing/cover.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#small ⇒ Object
Returns the value of attribute small.
-
#thumbnail ⇒ Object
Returns the value of attribute thumbnail.
-
#zoom ⇒ Object
Returns the value of attribute zoom.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
4 5 6 |
# File 'lib/swr3_now_playing/cover.rb', line 4 def detail @detail end |
#small ⇒ Object
Returns the value of attribute small
4 5 6 |
# File 'lib/swr3_now_playing/cover.rb', line 4 def small @small end |
#thumbnail ⇒ Object
Returns the value of attribute thumbnail
4 5 6 |
# File 'lib/swr3_now_playing/cover.rb', line 4 def thumbnail @thumbnail end |
#zoom ⇒ Object
Returns the value of attribute zoom
4 5 6 |
# File 'lib/swr3_now_playing/cover.rb', line 4 def zoom @zoom end |