Sha256: 85a68687cc6de4d85d227860668d1d06d9ea0612f6d83434567d7068b98f216e
Contents?: true
Size: 503 Bytes
Versions: 19
Compression:
Stored size: 503 Bytes
Contents
# # Author:: Celso Fernandes (<fernandes@zertico.com>) # © Copyright IBM Corporation 2015. # # LICENSE: MIT (http://opensource.org/licenses/MIT) # module Fog module Softlayer class Product class Packages < Fog::Collection model Fog::Softlayer::Product::Package def initialize(attributes = {}) super(attributes) end def all data = service.get_packages.body load(data) end end end end end
Version data entries
19 entries across 17 versions & 3 rubygems