Module: Glyr::Result::Image

Included in:
ArtistPhoto, CoverArt
Defined in:
lib/glyr/results.rb

Instance Method Summary collapse

Instance Method Details

#formatObject



137
138
139
# File 'lib/glyr/results.rb', line 137

def format
	to_native[:img_format].typecast(:string)
end

#to_blobObject



133
134
135
# File 'lib/glyr/results.rb', line 133

def to_blob
	data
end