Sha256: 127e93ed9db9730a636229567f0e5143cb40d35859545081185888c751cc525a
Contents?: true
Size: 170 Bytes
Versions: 3
Compression:
Stored size: 170 Bytes
Contents
module Smartdc::Api module Images def images(params={}) get 'my/images', params end def image(id) get 'my/images/' + id.to_s end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
smartdc-2.0.2 | lib/smartdc/api/images.rb |
smartdc-2.0.1 | lib/smartdc/api/images.rb |
smartdc-2.0.0 | lib/smartdc/api/images.rb |