Sha256: 19a4113d31987b02ce05c4bbcdd759ef8847af83d6281adaeedf95e319743fa7

Contents?: true

Size: 1.28 KB

Versions: 3

Compression:

Stored size: 1.28 KB

Contents

require "bogo"
require "multi_json"
require "attribute_struct"

# Unicorns and rainbows
class SparkleFormation
  autoload :Aws, "sparkle_formation/aws"
  autoload :AuditLog, "sparkle_formation/audit_log"
  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

3 entries across 3 versions & 1 rubygems

Version Path
sparkle_formation-3.0.40 lib/sparkle_formation.rb
sparkle_formation-3.0.38 lib/sparkle_formation.rb
sparkle_formation-3.0.36 lib/sparkle_formation.rb