Module: ThemeJuice::Env
Instance Attribute Summary collapse
-
#archive ⇒ Object
Returns the value of attribute archive.
-
#boring ⇒ Object
Returns the value of attribute boring.
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#cap ⇒ Object
Returns the value of attribute cap.
-
#dryrun ⇒ Object
Returns the value of attribute dryrun.
-
#from_path ⇒ Object
Returns the value of attribute from_path.
-
#from_srv ⇒ Object
Returns the value of attribute from_srv.
-
#inside_vm ⇒ Object
Returns the value of attribute inside_vm.
-
#nginx ⇒ Object
Returns the value of attribute nginx.
-
#no_animations ⇒ Object
Returns the value of attribute no_animations.
-
#no_colors ⇒ Object
Returns the value of attribute no_colors.
-
#no_landrush ⇒ Object
Returns the value of attribute no_landrush.
-
#no_port_forward ⇒ Object
Returns the value of attribute no_port_forward.
-
#no_unicode ⇒ Object
Returns the value of attribute no_unicode.
-
#quiet ⇒ Object
Returns the value of attribute quiet.
-
#robot ⇒ Object
Returns the value of attribute robot.
-
#stage ⇒ Object
Returns the value of attribute stage.
-
#trace ⇒ Object
Returns the value of attribute trace.
-
#verbose ⇒ Object
Returns the value of attribute verbose.
-
#vm_box ⇒ Object
Returns the value of attribute vm_box.
-
#vm_ip ⇒ Object
Returns the value of attribute vm_ip.
-
#vm_path ⇒ Object
Returns the value of attribute vm_path.
-
#vm_prefix ⇒ Object
Returns the value of attribute vm_prefix.
-
#vm_revision ⇒ Object
Returns the value of attribute vm_revision.
-
#yolo ⇒ Object
Returns the value of attribute yolo.
Method Summary
Methods included from SingletonHelper
Instance Attribute Details
#archive ⇒ Object
Returns the value of attribute archive.
30 31 32 |
# File 'lib/theme-juice/env.rb', line 30 def archive @archive end |
#boring ⇒ Object
Returns the value of attribute boring.
16 17 18 |
# File 'lib/theme-juice/env.rb', line 16 def boring @boring end |
#branch ⇒ Object
Returns the value of attribute branch.
31 32 33 |
# File 'lib/theme-juice/env.rb', line 31 def branch @branch end |
#cap ⇒ Object
Returns the value of attribute cap.
29 30 31 |
# File 'lib/theme-juice/env.rb', line 29 def cap @cap end |
#dryrun ⇒ Object
Returns the value of attribute dryrun.
26 27 28 |
# File 'lib/theme-juice/env.rb', line 26 def dryrun @dryrun end |
#from_path ⇒ Object
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_srv ⇒ Object
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_vm ⇒ Object
Returns the value of attribute inside_vm.
14 15 16 |
# File 'lib/theme-juice/env.rb', line 14 def inside_vm @inside_vm end |
#nginx ⇒ Object
Returns the value of attribute nginx.
27 28 29 |
# File 'lib/theme-juice/env.rb', line 27 def nginx @nginx end |
#no_animations ⇒ Object
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_colors ⇒ Object
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_landrush ⇒ Object
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_forward ⇒ Object
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_unicode ⇒ Object
Returns the value of attribute no_unicode.
17 18 19 |
# File 'lib/theme-juice/env.rb', line 17 def no_unicode @no_unicode end |
#quiet ⇒ Object
Returns the value of attribute quiet.
23 24 25 |
# File 'lib/theme-juice/env.rb', line 23 def quiet @quiet end |
#robot ⇒ Object
Returns the value of attribute robot.
24 25 26 |
# File 'lib/theme-juice/env.rb', line 24 def robot @robot end |
#stage ⇒ Object
Returns the value of attribute stage.
28 29 30 |
# File 'lib/theme-juice/env.rb', line 28 def stage @stage end |
#trace ⇒ Object
Returns the value of attribute trace.
25 26 27 |
# File 'lib/theme-juice/env.rb', line 25 def trace @trace end |
#verbose ⇒ Object
Returns the value of attribute verbose.
22 23 24 |
# File 'lib/theme-juice/env.rb', line 22 def verbose @verbose end |
#vm_box ⇒ Object
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_ip ⇒ Object
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_path ⇒ Object
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_prefix ⇒ Object
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_revision ⇒ Object
Returns the value of attribute vm_revision.
11 12 13 |
# File 'lib/theme-juice/env.rb', line 11 def vm_revision @vm_revision end |
#yolo ⇒ Object
Returns the value of attribute yolo.
15 16 17 |
# File 'lib/theme-juice/env.rb', line 15 def yolo @yolo end |