Method: Conreality::Object#type

Defined in:
lib/conreality/object.rb

#typeSymbol (readonly)

The object’s type.

Returns:

  • (Symbol)


20
21
22
# File 'lib/conreality/object.rb', line 20

def type
  @type
end