class Abrupt::Service::Subject

Readability service documentation see ‘wba.cs.hs-rm.de/AbRUPt/service/readability/’

Constants

SERVICE_URI

TODO: outsource service uri to module Service

Public Class Methods

available_options() click to toggle source
# File lib/abrupt/service/subject.rb, line 10
def self.available_options
  %w(lang word_limit depth)
end

Public Instance Methods

service_uri() click to toggle source
# File lib/abrupt/service/subject.rb, line 14
def service_uri
  SERVICE_URI
end