Class: Mxrb::Compiler::DeploymentBootstrap
- Inherits:
-
Data
- Object
- Data
- Mxrb::Compiler::DeploymentBootstrap
- Defined in:
- lib/mxrb/compiler/deployment_bootstrapper.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
readonly
Returns the value of attribute created.
-
#deployment ⇒ Object
readonly
Returns the value of attribute deployment.
-
#template_root ⇒ Object
readonly
Returns the value of attribute template_root.
Instance Attribute Details
#created ⇒ Object (readonly)
Returns the value of attribute created
9 10 11 |
# File 'lib/mxrb/compiler/deployment_bootstrapper.rb', line 9 def created @created end |
#deployment ⇒ Object (readonly)
Returns the value of attribute deployment
9 10 11 |
# File 'lib/mxrb/compiler/deployment_bootstrapper.rb', line 9 def deployment @deployment end |
#template_root ⇒ Object (readonly)
Returns the value of attribute template_root
9 10 11 |
# File 'lib/mxrb/compiler/deployment_bootstrapper.rb', line 9 def template_root @template_root end |