Class: EasyType::Generators::EasyGenerator

Inherits:
Base
  • Object
show all
Defined in:
lib/easy_type/generators/easy_generator.rb

Overview

Doc

Direct Known Subclasses

EasyAttributeGenerator, EasyTypeGenerator

Instance Method Summary collapse

Methods inherited from Base

#create_provider_directory, #create_type_directory, #initialize, load

Methods included from Helpers

#camelize, #convert_csv_data_to_hash, #get_puppet_file, included

Methods included from PathHelpers

#attribute_path, #create_directory, #create_source, included, #modulepath, #name_attribute_path, #provider_directory, #provider_path, #puppet_lib, #puppet_lib?, #save_file, #shared_attribute_path, #template_path, #type_attribute_directory, #type_directory, #type_path, #type_shared_directory, #write_file

Constructor Details

This class inherits a constructor from EasyType::Generators::Base

Instance Method Details

#runObject



10
11
12
13
14
# File 'lib/easy_type/generators/easy_generator.rb', line 10

def run
  super
  create_type_attribute_directory
  create_type_shared_directory
end