Method: Conreality::Binary#type

Defined in:
lib/conreality/binary.rb

#typeString

The binary’s MIME content type.

Returns:

  • (String)


26
27
28
# File 'lib/conreality/binary.rb', line 26

def type
  @type
end