Module: Platform::Mac_10_10_firefox
- Defined in:
- lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb
Class Method Summary collapse
- .beta ⇒ Object
- .dev ⇒ Object
- .mac_10_10_firefox(version_string) ⇒ Object
- .v(version_string) ⇒ 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
- .v44 ⇒ Object
- .v45 ⇒ Object
- .v46 ⇒ Object
- .v47 ⇒ Object
Class Method Details
.beta ⇒ Object
78 79 80 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 78 def beta mac_10_10_firefox 'beta' end |
.dev ⇒ Object
82 83 84 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 82 def dev mac_10_10_firefox 'dev' end |
.mac_10_10_firefox(version_string) ⇒ Object
4 5 6 7 8 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 4 def mac_10_10_firefox version_string { browserName: %q(firefox), platform: %q(Mac 10.10), version: version_string.to_s } end |
.v(version_string) ⇒ Object
10 11 12 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 10 def v version_string mac_10_10_firefox version_string end |
.v32 ⇒ Object
14 15 16 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 14 def v32 mac_10_10_firefox '32' end |
.v33 ⇒ Object
18 19 20 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 18 def v33 mac_10_10_firefox '33' end |
.v34 ⇒ Object
22 23 24 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 22 def v34 mac_10_10_firefox '34' end |
.v35 ⇒ Object
26 27 28 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 26 def v35 mac_10_10_firefox '35' end |
.v36 ⇒ Object
30 31 32 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 30 def v36 mac_10_10_firefox '36' end |
.v37 ⇒ Object
34 35 36 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 34 def v37 mac_10_10_firefox '37' end |
.v38 ⇒ Object
38 39 40 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 38 def v38 mac_10_10_firefox '38' end |
.v39 ⇒ Object
42 43 44 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 42 def v39 mac_10_10_firefox '39' end |
.v40 ⇒ Object
46 47 48 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 46 def v40 mac_10_10_firefox '40' end |
.v41 ⇒ Object
50 51 52 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 50 def v41 mac_10_10_firefox '41' end |
.v42 ⇒ Object
54 55 56 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 54 def v42 mac_10_10_firefox '42' end |
.v43 ⇒ Object
58 59 60 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 58 def v43 mac_10_10_firefox '43' end |
.v44 ⇒ Object
62 63 64 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 62 def v44 mac_10_10_firefox '44' end |
.v45 ⇒ Object
66 67 68 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 66 def v45 mac_10_10_firefox '45' end |
.v46 ⇒ Object
70 71 72 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 70 def v46 mac_10_10_firefox '46' end |
.v47 ⇒ Object
74 75 76 |
# File 'lib/sauce_platforms/platforms/mac_10_10/mac_10_10_firefox.rb', line 74 def v47 mac_10_10_firefox '47' end |