Module: ThemeJuice::Project

Extended by:
Project
Includes:
SingletonHelper
Included in:
Project
Defined in:
lib/theme-juice/project.rb

Instance Attribute Summary collapse

Method Summary

Methods included from SingletonHelper

#inspect, #to_h

Instance Attribute Details

#bareObject

Returns the value of attribute bare.



25
26
27
# File 'lib/theme-juice/project.rb', line 25

def bare
  @bare
end

#db_dropObject

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_hostObject

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_importObject

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_nameObject

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_passObject

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_userObject

Returns the value of attribute db_user.



21
22
23
# File 'lib/theme-juice/project.rb', line 21

def db_user
  @db_user
end

#locationObject

Returns the value of attribute location.



8
9
10
# File 'lib/theme-juice/project.rb', line 8

def location
  @location
end

#nameObject

Returns the value of attribute name.



7
8
9
# File 'lib/theme-juice/project.rb', line 7

def name
  @name
end

#no_configObject

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_dbObject

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_envObject

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_sslObject

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_wpObject

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_cliObject

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

#repositoryObject

Returns the value of attribute repository.



18
19
20
# File 'lib/theme-juice/project.rb', line 18

def repository
  @repository
end

#skip_dbObject

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_repoObject

Returns the value of attribute skip_repo.



26
27
28
# File 'lib/theme-juice/project.rb', line 26

def skip_repo
  @skip_repo
end

#templateObject

Returns the value of attribute template.



11
12
13
# File 'lib/theme-juice/project.rb', line 11

def template
  @template
end

#template_revisionObject

Returns the value of attribute template_revision.



12
13
14
# File 'lib/theme-juice/project.rb', line 12

def template_revision
  @template_revision
end

#urlObject

Returns the value of attribute url.



9
10
11
# File 'lib/theme-juice/project.rb', line 9

def url
  @url
end

#use_defaultsObject

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_locationObject

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_provisionObject

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_restartObject

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_rootObject

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_srvObject

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_modifyObject

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_urlObject

Returns the value of attribute xip_url.



10
11
12
# File 'lib/theme-juice/project.rb', line 10

def xip_url
  @xip_url
end