lib/cfoundry/v2/app.rb in cfoundry-0.5.3.rc3 vs lib/cfoundry/v2/app.rb in cfoundry-0.5.3.rc4
- old
+ new
@@ -28,9 +28,10 @@
attribute :disk_quota, :integer, :default => 256
attribute :state, :string, :default => "STOPPED"
attribute :command, :string, :default => nil
attribute :console, :boolean, :default => false
attribute :buildpack, :string, :default => nil
+ to_one :stack, :default => nil
attribute :debug, :string, :default => nil
to_many :service_bindings
to_many :routes
scoped_to_space