Class: School21::ApiLoggingConfig

Inherits:
CoreLibrary::ApiLoggingConfiguration
  • Object
show all
Defined in:
lib/school21/config/api_logging_config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#request_logging_config=(value) ⇒ Object (writeonly)

Sets the attribute request_logging_config

Parameters:

  • value

    the value to set the attribute request_logging_config to.



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

def request_logging_config=(value)
  @request_logging_config = value
end

#response_logging_config=(value) ⇒ Object (writeonly)

Sets the attribute response_logging_config

Parameters:

  • value

    the value to set the attribute response_logging_config to.



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

def response_logging_config=(value)
  @response_logging_config = value
end