Sha256: c4d3d4498373732a2db41c7334f98f05732fcda5b3b50367acc6d2af9a9cc56f
Contents?: true
Size: 312 Bytes
Versions: 124
Compression:
Stored size: 312 Bytes
Contents
module Fog module Compute class Joyent class Real def update_machine_metadata(machine_id, metadata) request( :method => "POST", :path => "/my/machines/#{machine_id}/metadata", :body => metadata ) end end end end end
Version data entries
124 entries across 122 versions & 21 rubygems