Module: CemAcpt::Platform::Mixin
- Defined in:
- lib/cem_acpt/platform.rb,
lib/cem_acpt/platform/gcp.rb
Overview
Namespace for per-platform mixin modules. Each platform file in
lib/cem_acpt/platform/<name>.rb defines a module
CemAcpt::Platform::Mixin::<CamelCaseName> providing
#platform_data and #node_data, which is included into the
dynamically-generated platform class.
Defined Under Namespace
Modules: Gcp