Method: Axlsx::AbstractContentType#content_type

Defined in:
lib/axlsx/content_type/abstract_content_type.rb

#content_typeString Also known as: ContentType

The type of content.

Returns:

  • (String)


16
17
18
# File 'lib/axlsx/content_type/abstract_content_type.rb', line 16

def content_type
  @content_type
end