class ContactData::Link

Constants

BASE

Public Class Methods

info(params = {}) click to toggle source
# File lib/contact-data/link.rb, line 13
def info(params = {})
  Fetcher.get :info, params.to_options(BASE)
end
latest(params = {}) click to toggle source
# File lib/contact-data/link.rb, line 9
def latest(params = {})
  Fetcher.get :latest, params.to_options(BASE)
end