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