Class: GustoEmbedded::Models::Operations::PostV1PayrollDigestsSecurity
- Inherits:
-
Object
- Object
- GustoEmbedded::Models::Operations::PostV1PayrollDigestsSecurity
- Extended by:
- T::Sig
- Includes:
- Crystalline::MetadataFields
- Defined in:
- lib/gusto_embedded/models/operations/post_v1_payroll_digests_security.rb
Instance Method Summary collapse
- #==(other) ⇒ Object
-
#initialize(system_access_auth:) ⇒ PostV1PayrollDigestsSecurity
constructor
A new instance of PostV1PayrollDigestsSecurity.
Methods included from Crystalline::MetadataFields
#field, #fields, included, #marshal_single, #to_dict, #to_json
Constructor Details
#initialize(system_access_auth:) ⇒ PostV1PayrollDigestsSecurity
Returns a new instance of PostV1PayrollDigestsSecurity.
19 20 21 |
# File 'lib/gusto_embedded/models/operations/post_v1_payroll_digests_security.rb', line 19 def initialize(system_access_auth:) @system_access_auth = system_access_auth end |
Instance Method Details
#==(other) ⇒ Object
24 25 26 27 28 |
# File 'lib/gusto_embedded/models/operations/post_v1_payroll_digests_security.rb', line 24 def ==(other) return false unless other.is_a? self.class return false unless @system_access_auth == other.system_access_auth true end |