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