Class: Bricky::Bricks::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/bricky/bricks/base.rb

Direct Known Subclasses

Bundle, Debian, Dotenv, Helper, Mounts, Rails, System, Version

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ Base

Returns a new instance of Base.



6
7
8
# File 'lib/bricky/bricks/base.rb', line 6

def initialize(config)
  self.config = config
end

Instance Attribute Details

#configObject

Returns the value of attribute config.



4
5
6
# File 'lib/bricky/bricks/base.rb', line 4

def config
  @config
end

Instance Method Details

#argumentsObject



10
11
# File 'lib/bricky/bricks/base.rb', line 10

def arguments
end

#bootstrap(bootstrap_path) ⇒ Object



19
20
# File 'lib/bricky/bricks/base.rb', line 19

def bootstrap(bootstrap_path)
end

#entrypointObject



13
14
# File 'lib/bricky/bricks/base.rb', line 13

def entrypoint
end

#environmentsObject



16
17
# File 'lib/bricky/bricks/base.rb', line 16

def environments
end