Module: Glyr::Result::Image
- Included in:
- ArtistPhoto, CoverArt
- Defined in:
- lib/glyr/results.rb
Instance Method Summary collapse
Instance Method Details
#format ⇒ Object
137 138 139 |
# File 'lib/glyr/results.rb', line 137 def format to_native[:img_format].typecast(:string) end |
#to_blob ⇒ Object
133 134 135 |
# File 'lib/glyr/results.rb', line 133 def to_blob data end |