Class: Setting

Inherits:
Generator show all
Defined in:
lib/wp_scaffold/models/generators/setting.rb

Constant Summary

Constants inherited from WpScaffold::Base

WpScaffold::Base::TEMPLATE_BASE, WpScaffold::Base::USER_DIRECTORY

Instance Attribute Summary collapse

Attributes inherited from Generator

#destination, #name, #relative_to_cwd, #template_path

Method Summary

Methods inherited from Generator

#generate

Instance Attribute Details

#user_path_settingObject

Returns the value of attribute user_path_setting.



3
4
5
# File 'lib/wp_scaffold/models/generators/setting.rb', line 3

def user_path_setting
  @user_path_setting
end