Sha256: cb720f726f8c4c116246ca35d37e0b901f49c1cb62dcda9146e18f0f6746e3ef

Contents?: true

Size: 1.23 KB

Versions: 2

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

2 entries across 2 versions & 1 rubygems

Version Path
sparkle_formation-3.0.34 lib/sparkle_formation.rb
sparkle_formation-3.0.32 lib/sparkle_formation.rb