Class: QuickTravel::BackgroundCheck

Inherits:
Object
  • Object
show all
Includes:
InitFromHash
Defined in:
lib/quick_travel/background_check.rb

Class Method Summary collapse

Methods included from InitFromHash

#define_readers, #initialize, #to_hash

Class Method Details

.check(options = {}) ⇒ Object



7
8
9
# File 'lib/quick_travel/background_check.rb', line 7

def self.check(options = {})
  get_and_validate('/background_check/check.json', options)
end