Module: LucidHttp
- Defined in:
- lib/lucid_http.rb,
lib/lucid_http/version.rb
Defined Under Namespace
Classes: PrettyStatus
Constant Summary collapse
- VERSION =
"0.11.0"
Class Method Summary collapse
Class Method Details
.target_url ⇒ Object
7 8 9 |
# File 'lib/lucid_http.rb', line 7 def self.target_url @target_url ||= ENV.fetch("TARGET_URL") { "http://localhost:9292" } end |
.target_url=(url = "http://localhost:9292") ⇒ Object
11 12 13 |
# File 'lib/lucid_http.rb', line 11 def self.target_url=(url="http://localhost:9292") @target_url = url end |