Module: Compass::AppIntegration::StandAlone
- Extended by:
- StandAlone
- Included in:
- StandAlone
- Defined in:
- lib/compass/app_integration/stand_alone.rb,
lib/compass/app_integration/stand_alone/installer.rb,
lib/compass/app_integration/stand_alone/configuration_defaults.rb
Defined Under Namespace
Modules: ConfigurationDefaults
Classes: Installer
Instance Method Summary
collapse
Instance Method Details
#configuration ⇒ Object
15
16
17
18
|
# File 'lib/compass/app_integration/stand_alone.rb', line 15
def configuration
Compass::Configuration::Data.new('stand_alone').
extend(ConfigurationDefaults)
end
|
#installer(*args) ⇒ Object
11
12
13
|
# File 'lib/compass/app_integration/stand_alone.rb', line 11
def installer(*args)
Installer.new(*args)
end
|