module CheckMot
Constants
- Configuration
- VERSION
Public Class Methods
configuration()
click to toggle source
# File lib/check_mot.rb, line 31 def configuration _configuration.dup end
configure() { |_configuration| ... }
click to toggle source
# File lib/check_mot.rb, line 27 def configure yield _configuration end
Private Class Methods
_configuration()
click to toggle source
# File lib/check_mot.rb, line 37 def _configuration @_configuration ||= Configuration.new end