Class: CFoundry::V2::Framework
- Defined in:
- lib/cfoundry/v2/framework.rb
Instance Attribute Summary collapse
-
#detection ⇒ Object
Returns the value of attribute detection.
-
#runtimes ⇒ Object
Returns the value of attribute runtimes.
Attributes inherited from Model
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
#detection ⇒ Object
Returns the value of attribute detection.
9 10 11 |
# File 'lib/cfoundry/v2/framework.rb', line 9 def detection @detection end |
#runtimes ⇒ Object
Returns the value of attribute runtimes.
9 10 11 |
# File 'lib/cfoundry/v2/framework.rb', line 9 def runtimes @runtimes end |