Module: Compose::Config
- Defined in:
- lib/compose/config.rb
Class Attribute Summary collapse
-
.code_model ⇒ Object
Returns the value of attribute code_model.
-
.verifier_model ⇒ Object
Returns the value of attribute verifier_model.
Class Method Summary collapse
Class Attribute Details
.code_model ⇒ Object
Returns the value of attribute code_model.
6 7 8 |
# File 'lib/compose/config.rb', line 6 def code_model @code_model end |
.verifier_model ⇒ Object
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
8 9 10 |
# File 'lib/compose/config.rb', line 8 def configure yield self end |