Class: KintsugiSDK::Models::Ops::SearchV1AddressValidationSearchPostSecurity

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/kintsugi_sdk/models/ops/search_v1_address_validation_search_post_security.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

#field, #fields, included, #marshal_single, #to_dict, #to_json

Constructor Details

#initialize(api_key_header:) ⇒ SearchV1AddressValidationSearchPostSecurity

Returns a new instance of SearchV1AddressValidationSearchPostSecurity.



20
21
22
# File 'lib/kintsugi_sdk/models/ops/search_v1_address_validation_search_post_security.rb', line 20

def initialize(api_key_header:)
  @api_key_header = api_key_header
end

Instance Method Details

#==(other) ⇒ Object



25
26
27
28
29
# File 'lib/kintsugi_sdk/models/ops/search_v1_address_validation_search_post_security.rb', line 25

def ==(other)
  return false unless other.is_a? self.class
  return false unless @api_key_header == other.api_key_header
  true
end