Sha256: f6fcc56d9b1adba371acd1cd50d3c55882e34b10318a2d7a5a760d8c59e63bb2
Contents?: true
Size: 272 Bytes
Versions: 36
Compression:
Stored size: 272 Bytes
Contents
require 'fog/joyent/models/compute/network' module Fog module Compute class Joyent class Networks < Fog::Collection model Fog::Compute::Joyent::Network def all load(service.list_networks.body) end end end end end
Version data entries
36 entries across 34 versions & 6 rubygems