Class: Oxd::Configuration
- Inherits:
-
Object
- Object
- Oxd::Configuration
- Includes:
- ActiveSupport::Configurable
- Defined in:
- lib/oxd/config.rb
Overview
This class holds all the information about the client and the OP metadata
Instance Method Summary collapse
-
#param_name ⇒ Object
define param_name writer.
Instance Method Details
#param_name ⇒ Object
define param_name writer
53 54 55 |
# File 'lib/oxd/config.rb', line 53 def param_name config.param_name.respond_to?(:call) ? config.param_name.call : config.param_name end |