module SparkleFormation::SparkleAttribute::Rackspace

Rackspace specific helper implementations

Public Class Methods

included(klass) click to toggle source

Set customized struct behavior

# File lib/sparkle_formation/sparkle_attribute/rackspace.rb, line 14
def self.included(klass)
  klass.include SparkleFormation::SparkleAttribute::Heat
end