Sha256: fc7858097afce39618d19594cd5dbab4c076258729127d076d0588b8802cb570
Contents?: true
Size: 299 Bytes
Versions: 53
Compression:
Stored size: 299 Bytes
Contents
module Fog module DNS class StormOnDemand class Real def update_record_region(options={}) request( :path => '/Network/DNS/Record/Region/update', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems