Module: AliveState::Default
- Defined in:
- lib/alive_state/default.rb
Constant Summary collapse
- PATH =
'status'.freeze
- FORMAT =
'json'.freeze
- InsertMiddleware =
true.freeze
- VERSION =
''.freeze
Class Method Summary collapse
Class Method Details
.format ⇒ Object
17 18 19 |
# File 'lib/alive_state/default.rb', line 17 def format FORMAT end |
.insert_middleware ⇒ Object
21 22 23 |
# File 'lib/alive_state/default.rb', line 21 def insert_middleware InsertMiddleware end |
.options ⇒ Object
9 10 11 |
# File 'lib/alive_state/default.rb', line 9 def Hash[AliveState::Configure.keys.map{|key| [key, send(key)]}] end |
.path ⇒ Object
13 14 15 |
# File 'lib/alive_state/default.rb', line 13 def path PATH end |
.version ⇒ Object
25 26 27 |
# File 'lib/alive_state/default.rb', line 25 def version VERSION end |