class Getpics::RawType

Public Class Methods

new() click to toggle source
# File lib/getpics/media_type.rb, line 7
def initialize
    @name = :raw
    @folder = 'RAW'
end