Sha256: cabcce584cc94b11a7bb3b2e92aa77ba74b2831328b9869bb61bcd6f7429d469
Contents?: true
Size: 433 Bytes
Versions: 18
Compression:
Stored size: 433 Bytes
Contents
# # Author:: Matt Eldridge (<matt.eldridge@us.ibm.com>) # © Copyright IBM Corporation 2014. # # LICENSE: MIT (http://opensource.org/licenses/MIT) # require 'fog/core/collection' require 'fog/softlayer/models/compute/key_pair' module Fog module Compute class Softlayer class NetworkComponents < Fog::Collection model Fog::Compute::Softlayer::NetworkComponent # just a stub end end end end
Version data entries
18 entries across 18 versions & 1 rubygems