Sha256: 23f3c8b6e6161a88a258c223c30e3fc3b143981c0c1e059d67dfed50cea25542

Contents?: true

Size: 416 Bytes

Versions: 21

Compression:

Stored size: 416 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

21 entries across 21 versions & 1 rubygems

Version Path
sparkle_formation-3.0.26 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.24 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.22 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.20 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.18 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.16 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.14 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.12 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.10 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.8 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.6 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.4 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.2 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-3.0.0 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-2.1.8 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-2.1.6 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-2.1.4 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-2.1.2 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-2.1.0 lib/sparkle_formation/sparkle_attribute/rackspace.rb
sparkle_formation-2.0.2 lib/sparkle_formation/sparkle_attribute/rackspace.rb