Module: Platform::Windows_2008_chrome
- Defined in:
- lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb
Class Method Summary collapse
- .beta ⇒ Object
- .dev ⇒ Object
- .v(version_string) ⇒ Object
- .v26 ⇒ Object
- .v27 ⇒ Object
- .v28 ⇒ Object
- .v29 ⇒ Object
- .v30 ⇒ Object
- .v31 ⇒ Object
- .v32 ⇒ Object
- .v33 ⇒ Object
- .v34 ⇒ Object
- .v35 ⇒ Object
- .v36 ⇒ Object
- .v37 ⇒ Object
- .v38 ⇒ Object
- .v39 ⇒ Object
- .v40 ⇒ Object
- .v41 ⇒ Object
- .v42 ⇒ Object
- .v43 ⇒ Object
- .windows_2008_chrome(version_string) ⇒ Object
Class Method Details
.beta ⇒ Object
84 85 86 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 84 def beta windows_2008_chrome 'beta' end |
.dev ⇒ Object
88 89 90 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 88 def dev windows_2008_chrome 'dev' end |
.v(version_string) ⇒ Object
8 9 10 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 8 def v version_string windows_2008_chrome version_string end |
.v26 ⇒ Object
12 13 14 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 12 def v26 windows_2008_chrome '26' end |
.v27 ⇒ Object
16 17 18 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 16 def v27 windows_2008_chrome '27' end |
.v28 ⇒ Object
20 21 22 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 20 def v28 windows_2008_chrome '28' end |
.v29 ⇒ Object
24 25 26 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 24 def v29 windows_2008_chrome '29' end |
.v30 ⇒ Object
28 29 30 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 28 def v30 windows_2008_chrome '30' end |
.v31 ⇒ Object
32 33 34 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 32 def v31 windows_2008_chrome '31' end |
.v32 ⇒ Object
36 37 38 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 36 def v32 windows_2008_chrome '32' end |
.v33 ⇒ Object
40 41 42 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 40 def v33 windows_2008_chrome '33' end |
.v34 ⇒ Object
44 45 46 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 44 def v34 windows_2008_chrome '34' end |
.v35 ⇒ Object
48 49 50 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 48 def v35 windows_2008_chrome '35' end |
.v36 ⇒ Object
52 53 54 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 52 def v36 windows_2008_chrome '36' end |
.v37 ⇒ Object
56 57 58 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 56 def v37 windows_2008_chrome '37' end |
.v38 ⇒ Object
60 61 62 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 60 def v38 windows_2008_chrome '38' end |
.v39 ⇒ Object
64 65 66 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 64 def v39 windows_2008_chrome '39' end |
.v40 ⇒ Object
68 69 70 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 68 def v40 windows_2008_chrome '40' end |
.v41 ⇒ Object
72 73 74 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 72 def v41 windows_2008_chrome '41' end |
.v42 ⇒ Object
76 77 78 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 76 def v42 windows_2008_chrome '42' end |
.v43 ⇒ Object
80 81 82 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 80 def v43 windows_2008_chrome '43' end |
.windows_2008_chrome(version_string) ⇒ Object
4 5 6 |
# File 'lib/sauce_platforms/platforms/windows_2008/windows_2008_chrome.rb', line 4 def windows_2008_chrome version_string ['Windows 2008', 'chrome', version_string.to_s] end |