Module: SparkleFormation::SparkleAttribute::Rackspace

Includes:
Heat
Included in:
SparkleFormation::SparkleStruct::Rackspace
Defined in:
lib/sparkle_formation/sparkle_attribute/rackspace.rb

Overview

Rackspace specific helper implementations

Class Method Summary collapse

Methods included from Heat

#_depends_on, #_digest, #_get_attr, #_get_file, #_get_param, #_get_resource, #_list_join, #_map_merge, #_project_id, #_resource_facade, #_stack_id, #_stack_name, #_stack_output, #_str_replace, #_str_split

Class Method Details

.included(klass) ⇒ Object

Set customized struct behavior



14
15
16
# File 'lib/sparkle_formation/sparkle_attribute/rackspace.rb', line 14

def self.included(klass)
  klass.include SparkleFormation::SparkleAttribute::Heat
end