Class: ContentType

Inherits:
Object
  • Object
show all
Defined in:
ext/content_type.c

Overview

Init_content_type - initialize the extension

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeObject

instance methods



16
# File 'ext/content_type.c', line 16

VALUE content_type_initialize(VALUE self, VALUE path);

Instance Attribute Details

#filepathObject (readonly)

instance attributes

#processedObject (readonly)

Instance Method Details

#content_typeObject



17
# File 'ext/content_type.c', line 17

VALUE content_type_content_type(VALUE self);