class Gracenote::Response::CoverArt
Public Instance Methods
height()
click to toggle source
# File lib/gracenote/response/cover_art.rb, line 16 def height self["height"].to_i end
href()
click to toggle source
# File lib/gracenote/response/cover_art.rb, line 8 def href self["__content__"] end
width()
click to toggle source
# File lib/gracenote/response/cover_art.rb, line 12 def width self["width"].to_i end