Class: Merge::Ats::Client
- Inherits:
-
Object
- Object
- Merge::Ats::Client
- Defined in:
- lib/merge_ruby_client/ats/client.rb
Instance Attribute Summary collapse
- #account_details ⇒ Merge::Ats::AccountDetailsClient readonly
- #account_token ⇒ Merge::Ats::AccountTokenClient readonly
- #activities ⇒ Merge::Ats::ActivitiesClient readonly
- #applications ⇒ Merge::Ats::ApplicationsClient readonly
- #async_passthrough ⇒ Merge::Ats::AsyncPassthroughClient readonly
- #attachments ⇒ Merge::Ats::AttachmentsClient readonly
- #audit_trail ⇒ Merge::Ats::AuditTrailClient readonly
- #available_actions ⇒ Merge::Ats::AvailableActionsClient readonly
- #candidates ⇒ Merge::Ats::CandidatesClient readonly
- #delete_account ⇒ Merge::Ats::DeleteAccountClient readonly
- #departments ⇒ Merge::Ats::DepartmentsClient readonly
- #eeocs ⇒ Merge::Ats::EeocsClient readonly
- #field_mapping ⇒ Merge::Ats::FieldMappingClient readonly
- #force_resync ⇒ Merge::Ats::ForceResyncClient readonly
- #generate_key ⇒ Merge::Ats::GenerateKeyClient readonly
- #interviews ⇒ Merge::Ats::InterviewsClient readonly
- #issues ⇒ Merge::Ats::IssuesClient readonly
- #job_interview_stages ⇒ Merge::Ats::JobInterviewStagesClient readonly
- #job_postings ⇒ Merge::Ats::JobPostingsClient readonly
- #jobs ⇒ Merge::Ats::JobsClient readonly
- #link_token ⇒ Merge::Ats::LinkTokenClient readonly
- #linked_accounts ⇒ Merge::Ats::LinkedAccountsClient readonly
- #offers ⇒ Merge::Ats::OffersClient readonly
- #offices ⇒ Merge::Ats::OfficesClient readonly
- #passthrough ⇒ Merge::Ats::PassthroughClient readonly
- #regenerate_key ⇒ Merge::Ats::RegenerateKeyClient readonly
- #reject_reasons ⇒ Merge::Ats::RejectReasonsClient readonly
- #scopes ⇒ Merge::Ats::ScopesClient readonly
- #scorecards ⇒ Merge::Ats::ScorecardsClient readonly
- #sync_status ⇒ Merge::Ats::SyncStatusClient readonly
- #tags ⇒ Merge::Ats::TagsClient readonly
- #users ⇒ Merge::Ats::UsersClient readonly
- #webhook_receivers ⇒ Merge::Ats::WebhookReceiversClient readonly
Instance Method Summary collapse
Constructor Details
#initialize(request_client:) ⇒ Merge::Ats::Client
110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 |
# File 'lib/merge_ruby_client/ats/client.rb', line 110 def initialize(request_client:) @account_details = Merge::Ats::AccountDetailsClient.new(request_client: request_client) @account_token = Merge::Ats::AccountTokenClient.new(request_client: request_client) @activities = Merge::Ats::ActivitiesClient.new(request_client: request_client) @applications = Merge::Ats::ApplicationsClient.new(request_client: request_client) @async_passthrough = Merge::Ats::AsyncPassthroughClient.new(request_client: request_client) @attachments = Merge::Ats::AttachmentsClient.new(request_client: request_client) @audit_trail = Merge::Ats::AuditTrailClient.new(request_client: request_client) @available_actions = Merge::Ats::AvailableActionsClient.new(request_client: request_client) @candidates = Merge::Ats::CandidatesClient.new(request_client: request_client) @scopes = Merge::Ats::ScopesClient.new(request_client: request_client) @delete_account = Merge::Ats::DeleteAccountClient.new(request_client: request_client) @departments = Merge::Ats::DepartmentsClient.new(request_client: request_client) @eeocs = Merge::Ats::EeocsClient.new(request_client: request_client) @field_mapping = Merge::Ats::FieldMappingClient.new(request_client: request_client) @generate_key = Merge::Ats::GenerateKeyClient.new(request_client: request_client) @interviews = Merge::Ats::InterviewsClient.new(request_client: request_client) @issues = Merge::Ats::IssuesClient.new(request_client: request_client) @job_interview_stages = Merge::Ats::JobInterviewStagesClient.new(request_client: request_client) @job_postings = Merge::Ats::JobPostingsClient.new(request_client: request_client) @jobs = Merge::Ats::JobsClient.new(request_client: request_client) @link_token = Merge::Ats::LinkTokenClient.new(request_client: request_client) @linked_accounts = Merge::Ats::LinkedAccountsClient.new(request_client: request_client) @offers = Merge::Ats::OffersClient.new(request_client: request_client) @offices = Merge::Ats::OfficesClient.new(request_client: request_client) @passthrough = Merge::Ats::PassthroughClient.new(request_client: request_client) @regenerate_key = Merge::Ats::RegenerateKeyClient.new(request_client: request_client) @reject_reasons = Merge::Ats::RejectReasonsClient.new(request_client: request_client) @scorecards = Merge::Ats::ScorecardsClient.new(request_client: request_client) @sync_status = Merge::Ats::SyncStatusClient.new(request_client: request_client) @force_resync = Merge::Ats::ForceResyncClient.new(request_client: request_client) @tags = Merge::Ats::TagsClient.new(request_client: request_client) @users = Merge::Ats::UsersClient.new(request_client: request_client) @webhook_receivers = Merge::Ats::WebhookReceiversClient.new(request_client: request_client) end |
Instance Attribute Details
#account_details ⇒ Merge::Ats::AccountDetailsClient (readonly)
42 43 44 |
# File 'lib/merge_ruby_client/ats/client.rb', line 42 def account_details @account_details end |
#account_token ⇒ Merge::Ats::AccountTokenClient (readonly)
44 45 46 |
# File 'lib/merge_ruby_client/ats/client.rb', line 44 def account_token @account_token end |
#activities ⇒ Merge::Ats::ActivitiesClient (readonly)
46 47 48 |
# File 'lib/merge_ruby_client/ats/client.rb', line 46 def activities @activities end |
#applications ⇒ Merge::Ats::ApplicationsClient (readonly)
48 49 50 |
# File 'lib/merge_ruby_client/ats/client.rb', line 48 def applications @applications end |
#async_passthrough ⇒ Merge::Ats::AsyncPassthroughClient (readonly)
50 51 52 |
# File 'lib/merge_ruby_client/ats/client.rb', line 50 def async_passthrough @async_passthrough end |
#attachments ⇒ Merge::Ats::AttachmentsClient (readonly)
52 53 54 |
# File 'lib/merge_ruby_client/ats/client.rb', line 52 def @attachments end |
#audit_trail ⇒ Merge::Ats::AuditTrailClient (readonly)
54 55 56 |
# File 'lib/merge_ruby_client/ats/client.rb', line 54 def audit_trail @audit_trail end |
#available_actions ⇒ Merge::Ats::AvailableActionsClient (readonly)
56 57 58 |
# File 'lib/merge_ruby_client/ats/client.rb', line 56 def available_actions @available_actions end |
#candidates ⇒ Merge::Ats::CandidatesClient (readonly)
58 59 60 |
# File 'lib/merge_ruby_client/ats/client.rb', line 58 def candidates @candidates end |
#delete_account ⇒ Merge::Ats::DeleteAccountClient (readonly)
62 63 64 |
# File 'lib/merge_ruby_client/ats/client.rb', line 62 def delete_account @delete_account end |
#departments ⇒ Merge::Ats::DepartmentsClient (readonly)
64 65 66 |
# File 'lib/merge_ruby_client/ats/client.rb', line 64 def departments @departments end |
#eeocs ⇒ Merge::Ats::EeocsClient (readonly)
66 67 68 |
# File 'lib/merge_ruby_client/ats/client.rb', line 66 def eeocs @eeocs end |
#field_mapping ⇒ Merge::Ats::FieldMappingClient (readonly)
68 69 70 |
# File 'lib/merge_ruby_client/ats/client.rb', line 68 def field_mapping @field_mapping end |
#force_resync ⇒ Merge::Ats::ForceResyncClient (readonly)
100 101 102 |
# File 'lib/merge_ruby_client/ats/client.rb', line 100 def force_resync @force_resync end |
#generate_key ⇒ Merge::Ats::GenerateKeyClient (readonly)
70 71 72 |
# File 'lib/merge_ruby_client/ats/client.rb', line 70 def generate_key @generate_key end |
#interviews ⇒ Merge::Ats::InterviewsClient (readonly)
72 73 74 |
# File 'lib/merge_ruby_client/ats/client.rb', line 72 def interviews @interviews end |
#issues ⇒ Merge::Ats::IssuesClient (readonly)
74 75 76 |
# File 'lib/merge_ruby_client/ats/client.rb', line 74 def issues @issues end |
#job_interview_stages ⇒ Merge::Ats::JobInterviewStagesClient (readonly)
76 77 78 |
# File 'lib/merge_ruby_client/ats/client.rb', line 76 def job_interview_stages @job_interview_stages end |
#job_postings ⇒ Merge::Ats::JobPostingsClient (readonly)
78 79 80 |
# File 'lib/merge_ruby_client/ats/client.rb', line 78 def job_postings @job_postings end |
#jobs ⇒ Merge::Ats::JobsClient (readonly)
80 81 82 |
# File 'lib/merge_ruby_client/ats/client.rb', line 80 def jobs @jobs end |
#link_token ⇒ Merge::Ats::LinkTokenClient (readonly)
82 83 84 |
# File 'lib/merge_ruby_client/ats/client.rb', line 82 def link_token @link_token end |
#linked_accounts ⇒ Merge::Ats::LinkedAccountsClient (readonly)
84 85 86 |
# File 'lib/merge_ruby_client/ats/client.rb', line 84 def linked_accounts @linked_accounts end |
#offers ⇒ Merge::Ats::OffersClient (readonly)
86 87 88 |
# File 'lib/merge_ruby_client/ats/client.rb', line 86 def offers @offers end |
#offices ⇒ Merge::Ats::OfficesClient (readonly)
88 89 90 |
# File 'lib/merge_ruby_client/ats/client.rb', line 88 def offices @offices end |
#passthrough ⇒ Merge::Ats::PassthroughClient (readonly)
90 91 92 |
# File 'lib/merge_ruby_client/ats/client.rb', line 90 def passthrough @passthrough end |
#regenerate_key ⇒ Merge::Ats::RegenerateKeyClient (readonly)
92 93 94 |
# File 'lib/merge_ruby_client/ats/client.rb', line 92 def regenerate_key @regenerate_key end |
#reject_reasons ⇒ Merge::Ats::RejectReasonsClient (readonly)
94 95 96 |
# File 'lib/merge_ruby_client/ats/client.rb', line 94 def reject_reasons @reject_reasons end |
#scopes ⇒ Merge::Ats::ScopesClient (readonly)
60 61 62 |
# File 'lib/merge_ruby_client/ats/client.rb', line 60 def scopes @scopes end |
#scorecards ⇒ Merge::Ats::ScorecardsClient (readonly)
96 97 98 |
# File 'lib/merge_ruby_client/ats/client.rb', line 96 def scorecards @scorecards end |
#sync_status ⇒ Merge::Ats::SyncStatusClient (readonly)
98 99 100 |
# File 'lib/merge_ruby_client/ats/client.rb', line 98 def sync_status @sync_status end |
#tags ⇒ Merge::Ats::TagsClient (readonly)
102 103 104 |
# File 'lib/merge_ruby_client/ats/client.rb', line 102 def @tags end |
#users ⇒ Merge::Ats::UsersClient (readonly)
104 105 106 |
# File 'lib/merge_ruby_client/ats/client.rb', line 104 def users @users end |
#webhook_receivers ⇒ Merge::Ats::WebhookReceiversClient (readonly)
106 107 108 |
# File 'lib/merge_ruby_client/ats/client.rb', line 106 def webhook_receivers @webhook_receivers end |