Class: KintsugiSDK::Models::Ops::GetExemptionAttachmentsRequest
- Inherits:
-
Object
- Object
- KintsugiSDK::Models::Ops::GetExemptionAttachmentsRequest
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/kintsugi_sdk/models/ops/getexemptionattachments_request.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(exemption_id:) ⇒ GetExemptionAttachmentsRequest
constructor
A new instance of GetExemptionAttachmentsRequest.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(exemption_id:) ⇒ GetExemptionAttachmentsRequest
21 22 23 |
# File 'lib/kintsugi_sdk/models/ops/getexemptionattachments_request.rb', line 21 def initialize(exemption_id:) @exemption_id = exemption_id end |
Instance Method Details
#==(other) ⇒ Object
26 27 28 29 30 |
# File 'lib/kintsugi_sdk/models/ops/getexemptionattachments_request.rb', line 26 def ==(other) return false unless other.is_a? self.class return false unless @exemption_id == other.exemption_id true end |