class Setting

Attributes

user_path_setting[RW]

Public Class Methods

new(user_path = nil) click to toggle source
# File lib/wp_scaffold/models/generators/setting.rb, line 7
def initialize(user_path = nil)
        self.user_path_setting = user_path
        self.destination = File.expand_path('~')
        self.template_path = "setting"
        self.relative_to_cwd == false
end