lib/cfoundry/v2/app.rb in cfoundry-0.3.41 vs lib/cfoundry/v2/app.rb in cfoundry-0.3.42

- old
+ new

@@ -31,9 +31,11 @@ attribute :command, :string, :default => nil attribute :console, :boolean, :default => false to_many :service_bindings to_many :routes + scoped_to_space + alias :total_instances :instances alias :total_instances= :instances= private :environment_json