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