Method: Axlsx::AbstractContentType#content_type
- Defined in:
- lib/axlsx/content_type/abstract_content_type.rb
#content_type ⇒ String Also known as: ContentType
The type of content.
16 17 18 |
# File 'lib/axlsx/content_type/abstract_content_type.rb', line 16 def content_type @content_type end |