Class: Media::Preset::Playstation

Inherits:
Base
  • Object
show all
Defined in:
lib/media/preset/playstation.rb

Class Method Summary collapse

Methods inherited from Base

#call, #initialize, preset?, #to_s

Constructor Details

This class inherits a constructor from Media::Preset::Base

Class Method Details

.presetsObject



7
8
9
10
11
# File 'lib/media/preset/playstation.rb', line 7

def self.presets
  {
    psp: {height: 240, width: 320}
  }
end