Class: Kombo::Models::Shared::PostAtsApplicationsApplicationIdRejectRequestBodyTeamtailor
- Inherits:
-
Object
- Object
- Kombo::Models::Shared::PostAtsApplicationsApplicationIdRejectRequestBodyTeamtailor
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/kombo/models/shared/postatsapplicationsapplicationidrejectrequestbody_teamtailor.rb
Overview
Fields specific to Teamtailor.
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(user_id: nil) ⇒ PostAtsApplicationsApplicationIdRejectRequestBodyTeamtailor
constructor
A new instance of PostAtsApplicationsApplicationIdRejectRequestBodyTeamtailor.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(user_id: nil) ⇒ PostAtsApplicationsApplicationIdRejectRequestBodyTeamtailor
Returns a new instance of PostAtsApplicationsApplicationIdRejectRequestBodyTeamtailor.
19 20 21 |
# File 'lib/kombo/models/shared/postatsapplicationsapplicationidrejectrequestbody_teamtailor.rb', line 19 def initialize(user_id: nil) @user_id = user_id end |
Instance Method Details
#==(other) ⇒ Object
24 25 26 27 28 |
# File 'lib/kombo/models/shared/postatsapplicationsapplicationidrejectrequestbody_teamtailor.rb', line 24 def ==(other) return false unless other.is_a? self.class return false unless @user_id == other.user_id true end |