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