Module: Ccrypto::AlgoConfig

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#provider_configObject

Returns the value of attribute provider_config.



13
14
15
# File 'lib/ccrypto/configs/algo_config.rb', line 13

def provider_config
  @provider_config
end

Class Method Details

.include(klass) ⇒ Object



9
10
11
# File 'lib/ccrypto/configs/algo_config.rb', line 9

def self.include(klass)
  klass.extend(ClassMethods)
end

Instance Method Details

#provider_info(val) ⇒ Object



14
15
16
17
# File 'lib/ccrypto/configs/algo_config.rb', line 14

def provider_info(val)
  @provider_config = val
  self
end