Class: School21::ClientConfig

Inherits:
CoreLibrary::HttpClientConfiguration
  • Object
show all
Defined in:
lib/school21/config/client_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configuration=(value) ⇒ Object (writeonly)

Sets the attribute logging_configuration

Parameters:

  • value

    the value to set the attribute logging_configuration to.



5
6
7
# File 'lib/school21/config/client_config.rb', line 5

def logging_configuration=(value)
  @logging_configuration = value
end

#timeout=(value) ⇒ Object (writeonly)

Sets the attribute timeout

Parameters:

  • value

    the value to set the attribute timeout to.



5
6
7
# File 'lib/school21/config/client_config.rb', line 5

def timeout=(value)
  @timeout = value
end