Class: Kombo::Models::Shared::ExpectedProficiency

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

Overview

The expected proficiency for this role. null when the source system carries no proficiency on the role side.

Instance Method Summary collapse

Methods included from Crystalline::MetadataFields

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

Constructor Details

#initializeExpectedProficiency

Returns a new instance of ExpectedProficiency.



17
# File 'lib/kombo/models/shared/expected_proficiency.rb', line 17

def initialize; end

Instance Method Details

#==(other) ⇒ Object



20
21
22
23
# File 'lib/kombo/models/shared/expected_proficiency.rb', line 20

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