Sha256: e57463ea59a4adc803d0fc678945cb01cffa763d207581987f3f9f279550b71d
Contents?: true
Size: 368 Bytes
Versions: 53
Compression:
Stored size: 368 Bytes
Contents
require 'fog/core/model' module Fog module Network class StormOnDemand class NetworkIP < Fog::Model identity :id attribute :broadcast attribute :gateway attribute :ip attribute :netmask attribute :reverse_dns def initialize(attributes={}) super end end end end end
Version data entries
53 entries across 53 versions & 3 rubygems