Class: GustoEmbedded::Models::Shared::EmployeeStateTaxInputQuestionFormatValue

Inherits:
Object
  • Object
show all
Extended by:
T::Sig
Includes:
Crystalline::MetadataFields
Defined in:
lib/gusto_embedded/models/shared/employee_state_tax_input_question_format_value.rb

Overview

An allowed value to answer the question

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initializeEmployeeStateTaxInputQuestionFormatValue

Returns a new instance of EmployeeStateTaxInputQuestionFormatValue.



17
# File 'lib/gusto_embedded/models/shared/employee_state_tax_input_question_format_value.rb', line 17

def initialize; end

Instance Method Details

#==(other) ⇒ Object



20
21
22
23
# File 'lib/gusto_embedded/models/shared/employee_state_tax_input_question_format_value.rb', line 20

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