Class: Checkr::Candidate
- Inherits:
-
APIResource
- Object
- APIClass
- APIResource
- Checkr::Candidate
- Defined in:
- lib/checkr/candidate.rb
Instance Attribute Summary
Attributes inherited from APIClass
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from APIResource
Methods inherited from APIClass
api_class_method, api_instance_method, api_lambda, api_lambda_construct, attribute, attribute_aliases, attribute_get_lambda, attribute_names, attribute_set_lambda, attribute_writer_alias, attribute_writer_names, #attributes, #changed_attribute_names, #changed_attributes, changed_lambda, #clear_changed_attributes, compose_api_path, compose_arguments, compose_params, #construct, construct, determine_attr_value, determine_unused_args, #initialize, #inspect, #mark_attribute_changed, #non_nil_attributes, #path, #refresh_from, register_subclass, subclass_fetch, subclasses, #to_json, #to_s, validate_args
Constructor Details
This class inherits a constructor from Checkr::APIClass
Class Method Details
.path ⇒ Object
35 36 37 |
# File 'lib/checkr/candidate.rb', line 35 def self.path "/v1/candidates" end |
Instance Method Details
#geos ⇒ Object
31 32 33 |
# File 'lib/checkr/candidate.rb', line 31 def geos APIList.constructor(:Geo).call(geo_ids) end |