Sha256: 9fbea6ca95947b3c686a9a3d69af9fea663b543c063111159383c91bb84265aa
Contents?: true
Size: 236 Bytes
Versions: 53
Compression:
Stored size: 236 Bytes
Contents
require 'fog/core/model' module Fog module Network class StormOnDemand class PrivateIp < Fog::Model attribute :zones def initialize(attributes={}) super end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems