Module: Animoto::Support::ContentType::InstanceMethods

Defined in:
lib/animoto/support/content_type.rb

Instance Method Summary collapse

Instance Method Details

#content_typeString

Returns the content type for this class.

Returns:

  • (String)

    the content type



19
20
21
# File 'lib/animoto/support/content_type.rb', line 19

def content_type
  self.class.content_type
end