Class: Moov::Models::Operations::ListIndustriesRequest

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/moov/models/operations/listindustries_request.rb

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initialize(x_moov_version: 'v2024.01.00') ⇒ ListIndustriesRequest

Returns a new instance of ListIndustriesRequest.



28
29
30
# File 'lib/moov/models/operations/listindustries_request.rb', line 28

def initialize(x_moov_version: 'v2024.01.00')
  @x_moov_version = x_moov_version
end

Instance Method Details

#==(other) ⇒ Object



33
34
35
36
37
# File 'lib/moov/models/operations/listindustries_request.rb', line 33

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