Sha256: 7aeac769c76b3c1fe796c7bb59acd7abf7968d38a08ecb8ca407d8020f389d67
Contents?: true
Size: 278 Bytes
Versions: 15
Compression:
Stored size: 278 Bytes
Contents
module Fog module Network class StormOnDemand class Real def get_ip_details(options={}) request( :path => '/Network/IP/list', :body => Fog::JSON.encode(:params => options) ) end end end end end
Version data entries
15 entries across 15 versions & 4 rubygems