Class: GustoEmbedded::Models::Operations::GetV1LocationsLocationUuidMinimumWagesRequest
- Inherits:
-
Object
- Object
- GustoEmbedded::Models::Operations::GetV1LocationsLocationUuidMinimumWagesRequest
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/gusto_embedded/models/operations/get_v1_locations_location_uuid_minimum_wages_request.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(location_uuid:, effective_date: nil, x_gusto_api_version: Models::Operations::GetV1LocationsLocationUuidMinimumWagesHeaderXGustoAPIVersion::TWO_THOUSAND_AND_TWENTY_FIVE_MINUS_06_MINUS_15) ⇒ GetV1LocationsLocationUuidMinimumWagesRequest
constructor
A new instance of GetV1LocationsLocationUuidMinimumWagesRequest.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(location_uuid:, effective_date: nil, x_gusto_api_version: Models::Operations::GetV1LocationsLocationUuidMinimumWagesHeaderXGustoAPIVersion::TWO_THOUSAND_AND_TWENTY_FIVE_MINUS_06_MINUS_15) ⇒ GetV1LocationsLocationUuidMinimumWagesRequest
Returns a new instance of GetV1LocationsLocationUuidMinimumWagesRequest.
23 24 25 26 27 |
# File 'lib/gusto_embedded/models/operations/get_v1_locations_location_uuid_minimum_wages_request.rb', line 23 def initialize(location_uuid:, effective_date: nil, x_gusto_api_version: Models::Operations::GetV1LocationsLocationUuidMinimumWagesHeaderXGustoAPIVersion::TWO_THOUSAND_AND_TWENTY_FIVE_MINUS_06_MINUS_15) @location_uuid = location_uuid @effective_date = effective_date @x_gusto_api_version = x_gusto_api_version end |
Instance Method Details
#==(other) ⇒ Object
30 31 32 33 34 35 36 |
# File 'lib/gusto_embedded/models/operations/get_v1_locations_location_uuid_minimum_wages_request.rb', line 30 def ==(other) return false unless other.is_a? self.class return false unless @location_uuid == other.location_uuid return false unless @effective_date == other.effective_date return false unless @x_gusto_api_version == other.x_gusto_api_version true end |