Sha256: 6e72ad94c976b9e6efae24a764a08ce45438216c6545b84223e34723c44d72d4
Contents?: true
Size: 310 Bytes
Versions: 53
Compression:
Stored size: 310 Bytes
Contents
require 'fog/core/model' module Fog module Network class StormOnDemand class Firewall < Fog::Model attribute :allow attribute :rules attribute :ruleset attribute :type def initialize(attributes={}) super end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems