Class: CFoundry::V2::Framework

Inherits:
Model
  • Object
show all
Defined in:
lib/cfoundry/v2/framework.rb

Instance Attribute Summary

Attributes inherited from Model

#guid

Instance Method Summary collapse

Methods inherited from Model

attribute, #create!, defaults, #delete!, #eql?, #exists?, #hash, #initialize, #inspect, #invalidate!, #manifest, #object_name, to_many, to_one, #update!

Constructor Details

This class inherits a constructor from CFoundry::V2::Model

Instance Method Details

#detectionObject



9
10
11
# File 'lib/cfoundry/v2/framework.rb', line 9

def detection
  nil # TODO for v2?
end

#runtimesObject



13
14
15
# File 'lib/cfoundry/v2/framework.rb', line 13

def runtimes
  [] # TODO for v2?
end