Class: ContentType
- Inherits:
-
Object
- Object
- ContentType
- Defined in:
- ext/content_type.c
Overview
Init_content_type - initialize the extension
Instance Attribute Summary collapse
-
#filepath ⇒ Object
readonly
instance attributes.
- #processed ⇒ Object readonly
Instance Method Summary collapse
- #content_type ⇒ Object
-
#initialize ⇒ Object
constructor
instance methods.
Constructor Details
#initialize ⇒ Object
instance methods
16 |
# File 'ext/content_type.c', line 16
VALUE content_type_initialize(VALUE self, VALUE path);
|
Instance Attribute Details
#filepath ⇒ Object (readonly)
instance attributes
#processed ⇒ Object (readonly)
Instance Method Details
#content_type ⇒ Object
17 |
# File 'ext/content_type.c', line 17 VALUE content_type_content_type(VALUE self); |