Class: Oxd::Configuration

Inherits:
Object
  • Object
show all
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

Instance Method Details

#param_nameObject

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