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