Sha256: be33bbb2ce253c21689102b35a66c46d980d58b69a16e001256b725c090edde0
Contents?: true
Size: 378 Bytes
Versions: 19
Compression:
Stored size: 378 Bytes
Contents
# # Author:: Matt Eldridge (<matt.eldridge@us.ibm.com>) # © Copyright IBM Corporation 2014. # # LICENSE: MIT (http://opensource.org/licenses/MIT) # module Fog module Compute class Softlayer class Flavor < Fog::Model identity :id attribute :cpu attribute :disk attribute :name attribute :ram end end end end
Version data entries
19 entries across 17 versions & 3 rubygems