Class: Doppler::Priority
- Inherits:
-
Object
- Object
- Doppler::Priority
- Defined in:
- lib/doppler/client.rb
Constant Summary collapse
- @@local =
0- @@remote =
1
Class Method Summary collapse
Class Method Details
.local ⇒ Object
8 9 10 |
# File 'lib/doppler/client.rb', line 8 def self.local @@local end |
.remote ⇒ Object
13 14 15 |
# File 'lib/doppler/client.rb', line 13 def self.remote @@remote end |