Module: Compose::Config

Defined in:
lib/compose/config.rb

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.code_modelObject

Returns the value of attribute code_model.



6
7
8
# File 'lib/compose/config.rb', line 6

def code_model
  @code_model
end

.verifier_modelObject

Returns the value of attribute verifier_model.



6
7
8
# File 'lib/compose/config.rb', line 6

def verifier_model
  @verifier_model
end

Class Method Details

.configure {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



8
9
10
# File 'lib/compose/config.rb', line 8

def configure
  yield self
end