Module: ThemeJuice::Project
- Extended by:
- Project
- Includes:
- SingletonHelper
- Included in:
- Project
- Defined in:
- lib/theme-juice/project.rb
Instance Attribute Summary collapse
-
#bare ⇒ Object
Returns the value of attribute bare.
-
#db_drop ⇒ Object
Returns the value of attribute db_drop.
-
#db_host ⇒ Object
Returns the value of attribute db_host.
-
#db_import ⇒ Object
Returns the value of attribute db_import.
-
#db_name ⇒ Object
Returns the value of attribute db_name.
-
#db_pass ⇒ Object
Returns the value of attribute db_pass.
-
#db_user ⇒ Object
Returns the value of attribute db_user.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#no_config ⇒ Object
Returns the value of attribute no_config.
-
#no_db ⇒ Object
Returns the value of attribute no_db.
-
#no_env ⇒ Object
Returns the value of attribute no_env.
-
#no_ssl ⇒ Object
Returns the value of attribute no_ssl.
-
#no_wp ⇒ Object
Returns the value of attribute no_wp.
-
#no_wp_cli ⇒ Object
Returns the value of attribute no_wp_cli.
-
#repository ⇒ Object
Returns the value of attribute repository.
-
#skip_db ⇒ Object
Returns the value of attribute skip_db.
-
#skip_repo ⇒ Object
Returns the value of attribute skip_repo.
-
#template ⇒ Object
Returns the value of attribute template.
-
#template_revision ⇒ Object
Returns the value of attribute template_revision.
-
#url ⇒ Object
Returns the value of attribute url.
-
#use_defaults ⇒ Object
Returns the value of attribute use_defaults.
-
#vm_location ⇒ Object
Returns the value of attribute vm_location.
-
#vm_provision ⇒ Object
Returns the value of attribute vm_provision.
-
#vm_restart ⇒ Object
Returns the value of attribute vm_restart.
-
#vm_root ⇒ Object
Returns the value of attribute vm_root.
-
#vm_srv ⇒ Object
Returns the value of attribute vm_srv.
-
#wp_config_modify ⇒ Object
Returns the value of attribute wp_config_modify.
-
#xip_url ⇒ Object
Returns the value of attribute xip_url.
Method Summary
Methods included from SingletonHelper
Instance Attribute Details
#bare ⇒ Object
Returns the value of attribute bare.
25 26 27 |
# File 'lib/theme-juice/project.rb', line 25 def end |
#db_drop ⇒ Object
Returns the value of attribute db_drop.
24 25 26 |
# File 'lib/theme-juice/project.rb', line 24 def db_drop @db_drop end |
#db_host ⇒ Object
Returns the value of attribute db_host.
19 20 21 |
# File 'lib/theme-juice/project.rb', line 19 def db_host @db_host end |
#db_import ⇒ Object
Returns the value of attribute db_import.
23 24 25 |
# File 'lib/theme-juice/project.rb', line 23 def db_import @db_import end |
#db_name ⇒ Object
Returns the value of attribute db_name.
20 21 22 |
# File 'lib/theme-juice/project.rb', line 20 def db_name @db_name end |
#db_pass ⇒ Object
Returns the value of attribute db_pass.
22 23 24 |
# File 'lib/theme-juice/project.rb', line 22 def db_pass @db_pass end |
#db_user ⇒ Object
Returns the value of attribute db_user.
21 22 23 |
# File 'lib/theme-juice/project.rb', line 21 def db_user @db_user end |
#location ⇒ Object
Returns the value of attribute location.
8 9 10 |
# File 'lib/theme-juice/project.rb', line 8 def location @location end |
#name ⇒ Object
Returns the value of attribute name.
7 8 9 |
# File 'lib/theme-juice/project.rb', line 7 def name @name end |
#no_config ⇒ Object
Returns the value of attribute no_config.
34 35 36 |
# File 'lib/theme-juice/project.rb', line 34 def no_config @no_config end |
#no_db ⇒ Object
Returns the value of attribute no_db.
31 32 33 |
# File 'lib/theme-juice/project.rb', line 31 def no_db @no_db end |
#no_env ⇒ Object
Returns the value of attribute no_env.
32 33 34 |
# File 'lib/theme-juice/project.rb', line 32 def no_env @no_env end |
#no_ssl ⇒ Object
Returns the value of attribute no_ssl.
33 34 35 |
# File 'lib/theme-juice/project.rb', line 33 def no_ssl @no_ssl end |
#no_wp ⇒ Object
Returns the value of attribute no_wp.
29 30 31 |
# File 'lib/theme-juice/project.rb', line 29 def no_wp @no_wp end |
#no_wp_cli ⇒ Object
Returns the value of attribute no_wp_cli.
30 31 32 |
# File 'lib/theme-juice/project.rb', line 30 def no_wp_cli @no_wp_cli end |
#repository ⇒ Object
Returns the value of attribute repository.
18 19 20 |
# File 'lib/theme-juice/project.rb', line 18 def repository @repository end |
#skip_db ⇒ Object
Returns the value of attribute skip_db.
27 28 29 |
# File 'lib/theme-juice/project.rb', line 27 def skip_db @skip_db end |
#skip_repo ⇒ Object
Returns the value of attribute skip_repo.
26 27 28 |
# File 'lib/theme-juice/project.rb', line 26 def skip_repo @skip_repo end |
#template ⇒ Object
Returns the value of attribute template.
11 12 13 |
# File 'lib/theme-juice/project.rb', line 11 def template @template end |
#template_revision ⇒ Object
Returns the value of attribute template_revision.
12 13 14 |
# File 'lib/theme-juice/project.rb', line 12 def template_revision @template_revision end |
#url ⇒ Object
Returns the value of attribute url.
9 10 11 |
# File 'lib/theme-juice/project.rb', line 9 def url @url end |
#use_defaults ⇒ Object
Returns the value of attribute use_defaults.
28 29 30 |
# File 'lib/theme-juice/project.rb', line 28 def use_defaults @use_defaults end |
#vm_location ⇒ Object
Returns the value of attribute vm_location.
14 15 16 |
# File 'lib/theme-juice/project.rb', line 14 def vm_location @vm_location end |
#vm_provision ⇒ Object
Returns the value of attribute vm_provision.
17 18 19 |
# File 'lib/theme-juice/project.rb', line 17 def vm_provision @vm_provision end |
#vm_restart ⇒ Object
Returns the value of attribute vm_restart.
16 17 18 |
# File 'lib/theme-juice/project.rb', line 16 def vm_restart @vm_restart end |
#vm_root ⇒ Object
Returns the value of attribute vm_root.
13 14 15 |
# File 'lib/theme-juice/project.rb', line 13 def vm_root @vm_root end |
#vm_srv ⇒ Object
Returns the value of attribute vm_srv.
15 16 17 |
# File 'lib/theme-juice/project.rb', line 15 def vm_srv @vm_srv end |
#wp_config_modify ⇒ Object
Returns the value of attribute wp_config_modify.
35 36 37 |
# File 'lib/theme-juice/project.rb', line 35 def wp_config_modify @wp_config_modify end |
#xip_url ⇒ Object
Returns the value of attribute xip_url.
10 11 12 |
# File 'lib/theme-juice/project.rb', line 10 def xip_url @xip_url end |