Sha256: 30085461dd8803a403cadc2625591b9aa7067885e33cb32ec904f6cfbdb8daa6
Contents?: true
Size: 403 Bytes
Versions: 10
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/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
10 entries across 10 versions & 1 rubygems