Sha256: 95a7ccd626834ad4ee6fbdd65a6ba9aa8cb4ee54a9e8087265566bdf67c3357e

Contents?: true

Size: 414 Bytes

Versions: 5

Compression:

Stored size: 414 Bytes

Contents

require "sparkle_formation"

class SparkleFormation

  # Provides template helper methods
  module SparkleAttribute

    # Rackspace specific helper implementations
    module Rackspace

      # @!parse include SparkleFormation::SparkleAttribute::Heat

      # Set customized struct behavior
      def self.included(klass)
        klass.include SparkleFormation::SparkleAttribute::Heat
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sparkle_formation-3.0.40 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.38 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.36 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.34 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.32 lib/sparkle_formation/sparkle_attribute/rackspace.rb