class OnappMarket::Rackspace::Template

Represents an Rackspace template

Constants

TYPE

Public Class Methods

new(hash = {}, type = TYPE) click to toggle source

Create a new template

# File lib/onapp_market/rackspace/template.rb, line 14
def initialize(hash = {}, type = TYPE)
  super(hash, type)
end