Class: Archimate::DataModel::RelationshipType

Inherits:
Object
  • Object
show all
Includes:
Ruby::Enum
Defined in:
lib/archimate/data_model/relationship_type.rb

Class Method Summary collapse

Class Method Details

.===(other) ⇒ Object



38
39
40
# File 'lib/archimate/data_model/relationship_type.rb', line 38

def self.===(other)
  values.include?(other)
end