Method: Inch::Evaluation::Role#object_type

Defined in:
lib/inch/evaluation/role.rb

#object_typeString

Returns the type of the object that is being evaluated.

Returns:

  • (String)


94
95
96
# File 'lib/inch/evaluation/role.rb', line 94

def object_type
  fail NotImplementedError
end