Class: TddDeploy::Environ::DataCache
- Inherits:
-
Object
- Object
- TddDeploy::Environ::DataCache
- Defined in:
- lib/tdd_deploy/environ.rb
Overview
DataCache
DataCache is a hack to provide a single shared data store for all classes which include TddDeploy::Environ
Class Attribute Summary collapse
-
.capfile ⇒ Object
Returns the value of attribute capfile.
-
.env_defaults ⇒ Object
Returns the value of attribute env_defaults.
-
.env_desc ⇒ Object
Returns the value of attribute env_desc.
-
.env_hash ⇒ Object
Returns the value of attribute env_hash.
-
.env_types ⇒ Object
Returns the value of attribute env_types.
Class Attribute Details
.capfile ⇒ Object
Returns the value of attribute capfile.
72 73 74 |
# File 'lib/tdd_deploy/environ.rb', line 72 def capfile @capfile end |
.env_defaults ⇒ Object
Returns the value of attribute env_defaults.
72 73 74 |
# File 'lib/tdd_deploy/environ.rb', line 72 def env_defaults @env_defaults end |
.env_desc ⇒ Object
Returns the value of attribute env_desc.
72 73 74 |
# File 'lib/tdd_deploy/environ.rb', line 72 def env_desc @env_desc end |
.env_hash ⇒ Object
Returns the value of attribute env_hash.
72 73 74 |
# File 'lib/tdd_deploy/environ.rb', line 72 def env_hash @env_hash end |
.env_types ⇒ Object
Returns the value of attribute env_types.
72 73 74 |
# File 'lib/tdd_deploy/environ.rb', line 72 def env_types @env_types end |