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.



329
330
331
# File 'lib/origami/object.rb', line 329

def native_type
    self.class_variable_get(:@@native_type)
end