Module: Origami::Object::ClassMethods

Defined in:
lib/origami/object.rb

Instance Method Summary collapse

Instance Method Details

#native_typeObject

Returns the native type of the derived class or module.



379
380
381
# File 'lib/origami/object.rb', line 379

def native_type
  class_variable_get(:@@native_type)
end