module DatabaseCleaner::RemoteApi
Constants
- VERSION
Public Class Methods
clean()
click to toggle source
# File lib/database_cleaner/remote_api.rb, line 21 def self.clean DatabaseCleaner::RemoteApi::Request.new.clean end
configuration()
click to toggle source
# File lib/database_cleaner/remote_api.rb, line 13 def self.configuration @configuration ||= DatabaseCleaner::RemoteApi::Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/database_cleaner/remote_api.rb, line 9 def self.configure yield configuration if block_given? end
reset_configuration()
click to toggle source
# File lib/database_cleaner/remote_api.rb, line 17 def self.reset_configuration @configuration = nil end