Class: Poleica::Types::General

Inherits:
Object
  • Object
show all
Defined in:
lib/poleica/types/general.rb

Overview

Null Object Pattern Type, this is the type returned if no compatible types are found

Constant Summary collapse

COMPATIBLE_MIMETYPES =
[]
COMPATIBLE_EXTENSIONS =
[]

Instance Method Summary collapse

Constructor Details

#initialize(_file_path) ⇒ General

Returns a new instance of General.



10
11
# File 'lib/poleica/types/general.rb', line 10

def initialize(_file_path)
end