Sha256: ec72b4e88f1c64573aeaec9380e5edc3224ada7336e0adb5934c479c82613332
Contents?: true
Size: 404 Bytes
Versions: 35
Compression:
Stored size: 404 Bytes
Contents
# # Author:: Matt Eldridge (<matt.eldridge@us.ibm.com>) # © Copyright IBM Corporation 2014. # # LICENSE: MIT (http://opensource.org/licenses/MIT) # require 'fog/core/model' 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
35 entries across 35 versions & 1 rubygems