Sha256: b5d622e513fe9e45c731f11a21760a9d909c561e3cb78eacb802d2f8c96ea1ac
Contents?: true
Size: 593 Bytes
Versions: 5
Compression:
Stored size: 593 Bytes
Contents
# # Cookbook Name:: automate # Libraries:: delivery_project # # Author:: Salim Afiune (<afiune@chef.io>) # # Copyright 2015, Chef Software, Inc. # # All rights reserved - Do Not Redistribute # module Delivery # Delivery Project # # @author Salim Afiune <afiune@chef.io> # class DeliveryProject attr_accessor :project attr_accessor :organization attr_accessor :enterprise def initialize (project, organization, enterprise) @project = project @organization = organization @enterprise = enterprise end end end
Version data entries
5 entries across 5 versions & 1 rubygems