Method: RunLoop::Environment.device_endpoint
- Defined in:
- lib/run_loop/environment.rb
.device_endpoint ⇒ Object
Returns the value of DEVICE_ENDPOINT
37 38 39 |
# File 'lib/run_loop/environment.rb', line 37 def self.device_endpoint ENV["DEVICE_ENDPOINT"] end |