Class: Truework::VerificationRequest

Inherits:
APIResource
  • Object
show all
Extended by:
APIOperations::Create, APIOperations::List, APIOperations::Retrieve
Defined in:
lib/truework/resources/verification_request.rb

Class Method Summary collapse

Methods included from APIOperations::Create

create

Methods included from HTTPRequest

#delete, #get, #post, #put, #request

Methods included from APIOperations::List

list

Methods included from APIOperations::Retrieve

instance_url, retrieve

Methods inherited from APIResource

convert_to_truework_object

Class Method Details

.resource_pathObject



23
24
25
# File 'lib/truework/resources/verification_request.rb', line 23

def self.resource_path
  '/verification-requests/'
end