Class: Mxrb::Compiler::DeploymentBootstrap

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/compiler/deployment_bootstrapper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject (readonly)

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



9
10
11
# File 'lib/mxrb/compiler/deployment_bootstrapper.rb', line 9

def created
  @created
end

#deploymentObject (readonly)

Returns the value of attribute deployment

Returns:

  • (Object)

    the current value of deployment



9
10
11
# File 'lib/mxrb/compiler/deployment_bootstrapper.rb', line 9

def deployment
  @deployment
end

#template_rootObject (readonly)

Returns the value of attribute template_root

Returns:

  • (Object)

    the current value of template_root



9
10
11
# File 'lib/mxrb/compiler/deployment_bootstrapper.rb', line 9

def template_root
  @template_root
end