Method: Megam::Rawimages.show
- Defined in:
- lib/megam/core/rawimages.rb
.show(params) ⇒ Object
169 170 171 172 |
# File 'lib/megam/core/rawimages.rb', line 169 def self.show(params) quo = new(params) quo.megam_rest.get_one_rawimage(params['id']) end |