Sha256: 771dcfec0a175cc702dada7cc34afafe4740ff4c59974d93a315a066c6a65f37
Contents?: true
Size: 403 Bytes
Versions: 19
Compression:
Stored size: 403 Bytes
Contents
# # Author:: Matt Eldridge (<matt.eldridge@us.ibm.com>) # © Copyright IBM Corporation 2014. # # LICENSE: MIT (http://opensource.org/licenses/MIT) # 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
19 entries across 17 versions & 3 rubygems