abstract class Drizzle::Object::Object

Overview

Base class for objects

Direct Known Subclasses

Defined in:

drizzle/object/object.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

abstract def inspect : String #

A method that converts the object into a string representation, typically involving the value of the object


[View source]
def object_type : Drizzle::Object::ObjectType #

A String representing the type of the object


[View source]