Class: CloudspaceChatService::Configuration
- Inherits:
-
Object
- Object
- CloudspaceChatService::Configuration
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/cloudspace_chat_service/config.rb
Overview
setup config data
Instance Method Summary collapse
Instance Method Details
#param_name ⇒ Object
20 21 22 |
# File 'lib/cloudspace_chat_service/config.rb', line 20 def param_name config.param_name.respond_to?(:call) ? config.param_name.call() : config.param_name end |