Sha256: 2bc4175cb2893cc810881f121b94757191f23af88ec8904aa96cc30621b3e365

Contents?: true

Size: 1.23 KB

Versions: 7

Compression:

Stored size: 1.23 KB

Contents

require 'bogo'
require 'multi_json'
require 'attribute_struct'

# Unicorns and rainbows
class SparkleFormation
  autoload :Aws, 'sparkle_formation/aws'
  autoload :AzureVariableStruct, 'sparkle_formation/function_struct'
  autoload :Composition, 'sparkle_formation/composition'
  autoload :Error, 'sparkle_formation/error'
  autoload :FunctionStruct, 'sparkle_formation/function_struct'
  autoload :GoogleStruct, 'sparkle_formation/function_struct'
  autoload :JinjaExpressionStruct, 'sparkle_formation/function_struct'
  autoload :JinjaStatementStruct, 'sparkle_formation/function_struct'
  autoload :Provider, 'sparkle_formation/provider'
  autoload :Resources, 'sparkle_formation/resources'
  autoload :Sparkle, 'sparkle_formation/sparkle'
  autoload :SparklePack, 'sparkle_formation/sparkle'
  autoload :SparkleCollection, 'sparkle_formation/sparkle_collection'
  autoload :SparkleAttribute, 'sparkle_formation/sparkle_attribute'
  autoload :SparkleStruct, 'sparkle_formation/sparkle_struct'
  autoload :TerraformStruct, 'sparkle_formation/function_struct'
  autoload :Utils, 'sparkle_formation/utils'
  autoload :Translation, 'sparkle_formation/translation'
  autoload :Version, 'sparkle_formation/version'
end

require 'sparkle_formation/sparkle_formation'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sparkle_formation-3.0.30 lib/sparkle_formation.rb
sparkle_formation-3.0.28 lib/sparkle_formation.rb
sparkle_formation-3.0.26 lib/sparkle_formation.rb
sparkle_formation-3.0.24 lib/sparkle_formation.rb
sparkle_formation-3.0.22 lib/sparkle_formation.rb
sparkle_formation-3.0.20 lib/sparkle_formation.rb
sparkle_formation-3.0.18 lib/sparkle_formation.rb