abstract class Drizzle::Object::Object
- Drizzle::Object::Object
- Reference
- Object
Overview
Base class for objects
Direct Known Subclasses
- Drizzle::Object::Boolean
- Drizzle::Object::Error
- Drizzle::Object::Function
- Drizzle::Object::Integer
- Drizzle::Object::Null
- Drizzle::Object::ReturnValue
Defined in:
drizzle/object/object.crConstructors
Instance Method Summary
-
#inspect : String
A method that converts the object into a string representation, typically involving the value of the object
-
#object_type : Drizzle::Object::ObjectType
A String representing the type of the object
Constructor Detail
Instance Method Detail
abstract
def inspect : String
#
A method that converts the object into a string representation, typically involving the value of the object