Sha256: ce94f46351d1cbfc4b23730765c6879ae4b3ad4dc633f0f1439903ae61a555c4
Contents?: true
Size: 667 Bytes
Versions: 111
Compression:
Stored size: 667 Bytes
Contents
module Fog module Compute class Bluebox class Real # Get list of OS templates # # ==== Returns # * response<~Excon::Response>: # * body<~Array>: # * 'id'<~String> - UUID of the image # * 'description'<~String> - Description of the image # * 'public'<~Boolean> - Public / Private image # * 'created'<~Datetime> - Timestamp of when the image was created def get_templates request( :expects => 200, :method => 'GET', :path => 'api/block_templates.json' ) end end end end end
Version data entries
111 entries across 111 versions & 19 rubygems