class Eligible::Precert

Public Class Methods

get_uri() click to toggle source
# File lib/eligible/precert.rb, line 7
def self.get_uri
  return '/precert/inquiry.json'
end
post_uri() click to toggle source
# File lib/eligible/precert.rb, line 11
def self.post_uri
  return '/precert/create.json'
end
require(params, api_key = nil) click to toggle source
# File lib/eligible/precert.rb, line 3
def self.require(params, api_key = nil)
  send_request(:get, '/precert/require.json', api_key, params)
end