Method: Fragmenter::Fragment#content_type

Defined in:
lib/fragmenter/fragment.rb

#content_typeObject



18
19
20
# File 'lib/fragmenter/fragment.rb', line 18

def content_type
  @content_type ||= options[:content_type] || 'application/octet-stream'
end