Class: CFoundry::V2::Framework

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

Instance Attribute Summary collapse

Attributes inherited from Model

#guid

Method Summary

Methods inherited from Model

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

Constructor Details

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

Instance Attribute Details

#detectionObject

Returns the value of attribute detection.



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

def detection
  @detection
end

#runtimesObject

Returns the value of attribute runtimes.



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

def runtimes
  @runtimes
end