lib/cfoundry/v2/app.rb in cfoundry-0.3.36 vs lib/cfoundry/v2/app.rb in cfoundry-0.3.37

- old
+ new

@@ -26,10 +26,11 @@ attribute :memory, :integer, :default => 256 attribute :instances, :integer, :default => 1 attribute :file_descriptors, :integer, :default => 256 attribute :disk_quota, :integer, :default => 256 attribute :state, :integer, :default => "STOPPED" + attribute :command, :string, :default => nil to_many :service_bindings to_many :routes alias :total_instances :instances alias :total_instances= :instances= @@ -61,13 +62,9 @@ method(:env=), environment_json) end alias :env= :environment_json= - - def command # TODO v2 - nil - end def debug_mode # TODO v2 nil end