Class: Roro::Configurators::CatalogBuilder
- Inherits:
-
Object
- Object
- Roro::Configurators::CatalogBuilder
- Defined in:
- lib/roro/configurators/catalog_builder.rb
Instance Attribute Summary collapse
-
#structure ⇒ Object
readonly
Returns the value of attribute structure.
Class Method Summary collapse
Instance Attribute Details
#structure ⇒ Object (readonly)
Returns the value of attribute structure.
6 7 8 |
# File 'lib/roro/configurators/catalog_builder.rb', line 6 def structure @structure end |
Class Method Details
.base ⇒ Object
12 13 14 |
# File 'lib/roro/configurators/catalog_builder.rb', line 12 def self.base Roro::CLI.stacks end |
.build(override = nil) ⇒ Object
8 9 10 |
# File 'lib/roro/configurators/catalog_builder.rb', line 8 def self.build(override=nil) override || self.base end |