Module: ThemeJuice::Env

Extended by:
Env
Includes:
SingletonHelper
Included in:
Env
Defined in:
lib/theme-juice/env.rb

Instance Attribute Summary collapse

Method Summary

Methods included from SingletonHelper

#inspect, #to_h

Instance Attribute Details

#archiveObject

Returns the value of attribute archive.



30
31
32
# File 'lib/theme-juice/env.rb', line 30

def archive
  @archive
end

#boringObject

Returns the value of attribute boring.



16
17
18
# File 'lib/theme-juice/env.rb', line 16

def boring
  @boring
end

#branchObject

Returns the value of attribute branch.



31
32
33
# File 'lib/theme-juice/env.rb', line 31

def branch
  @branch
end

#capObject

Returns the value of attribute cap.



29
30
31
# File 'lib/theme-juice/env.rb', line 29

def cap
  @cap
end

#dryrunObject

Returns the value of attribute dryrun.



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

def dryrun
  @dryrun
end

#from_pathObject

Returns the value of attribute from_path.



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

def from_path
  @from_path
end

#from_srvObject

Returns the value of attribute from_srv.



13
14
15
# File 'lib/theme-juice/env.rb', line 13

def from_srv
  @from_srv
end

#inside_vmObject

Returns the value of attribute inside_vm.



14
15
16
# File 'lib/theme-juice/env.rb', line 14

def inside_vm
  @inside_vm
end

#nginxObject

Returns the value of attribute nginx.



27
28
29
# File 'lib/theme-juice/env.rb', line 27

def nginx
  @nginx
end

#no_animationsObject

Returns the value of attribute no_animations.



19
20
21
# File 'lib/theme-juice/env.rb', line 19

def no_animations
  @no_animations
end

#no_colorsObject

Returns the value of attribute no_colors.



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

def no_colors
  @no_colors
end

#no_landrushObject

Returns the value of attribute no_landrush.



20
21
22
# File 'lib/theme-juice/env.rb', line 20

def no_landrush
  @no_landrush
end

#no_port_forwardObject

Returns the value of attribute no_port_forward.



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

def no_port_forward
  @no_port_forward
end

#no_unicodeObject

Returns the value of attribute no_unicode.



17
18
19
# File 'lib/theme-juice/env.rb', line 17

def no_unicode
  @no_unicode
end

#quietObject

Returns the value of attribute quiet.



23
24
25
# File 'lib/theme-juice/env.rb', line 23

def quiet
  @quiet
end

#robotObject

Returns the value of attribute robot.



24
25
26
# File 'lib/theme-juice/env.rb', line 24

def robot
  @robot
end

#stageObject

Returns the value of attribute stage.



28
29
30
# File 'lib/theme-juice/env.rb', line 28

def stage
  @stage
end

#traceObject

Returns the value of attribute trace.



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

def trace
  @trace
end

#verboseObject

Returns the value of attribute verbose.



22
23
24
# File 'lib/theme-juice/env.rb', line 22

def verbose
  @verbose
end

#vm_boxObject

Returns the value of attribute vm_box.



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

def vm_box
  @vm_box
end

#vm_ipObject

Returns the value of attribute vm_ip.



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

def vm_ip
  @vm_ip
end

#vm_pathObject

Returns the value of attribute vm_path.



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

def vm_path
  @vm_path
end

#vm_prefixObject

Returns the value of attribute vm_prefix.



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

def vm_prefix
  @vm_prefix
end

#vm_revisionObject

Returns the value of attribute vm_revision.



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

def vm_revision
  @vm_revision
end

#yoloObject

Returns the value of attribute yolo.



15
16
17
# File 'lib/theme-juice/env.rb', line 15

def yolo
  @yolo
end