class Psapi::ContentReader

Public Class Methods

all() click to toggle source
# File lib/psapi/content_reader.rb, line 4
def all
  getContentReaders.map(&ContentReader.method(:new))
end