Method: CFoundry::V1::Framework#initialize

Defined in:
lib/cfoundry/v1/framework.rb

#initialize(name, description = nil, runtimes = [], detection = nil) ⇒ Framework

Returns a new instance of Framework.



5
6
7
8
9
10
# File 'lib/cfoundry/v1/framework.rb', line 5

def initialize(name, description = nil, runtimes = [], detection = nil)
  @name = name
  @description = description
  @runtimes = runtimes
  @detection = detection
end