Module: Limbo
- Defined in:
- lib/limbo.rb,
lib/limbo/client.rb,
lib/limbo/version.rb,
lib/limbo/rails/data.rb,
lib/limbo/rails/request.rb,
lib/limbo/rails/parameter_filter.rb
Defined Under Namespace
Modules: Rails Classes: Client
Constant Summary collapse
- VERSION =
"0.0.5"
Class Attribute Summary collapse
-
.environment ⇒ Object
Returns the value of attribute environment.
-
.key ⇒ Object
Returns the value of attribute key.
-
.service ⇒ Object
Returns the value of attribute service.
-
.service_name ⇒ Object
Returns the value of attribute service_name.
-
.uri ⇒ Object
Returns the value of attribute uri.
Class Method Summary collapse
Class Attribute Details
.environment ⇒ Object
Returns the value of attribute environment.
8 9 10 |
# File 'lib/limbo.rb', line 8 def environment @environment end |
.key ⇒ Object
Returns the value of attribute key.
8 9 10 |
# File 'lib/limbo.rb', line 8 def key @key end |
.service ⇒ Object
Returns the value of attribute service.
8 9 10 |
# File 'lib/limbo.rb', line 8 def service @service end |
.service_name ⇒ Object
Returns the value of attribute service_name.
8 9 10 |
# File 'lib/limbo.rb', line 8 def service_name @service_name end |
.uri ⇒ Object
Returns the value of attribute uri.
8 9 10 |
# File 'lib/limbo.rb', line 8 def uri @uri end |