class Clipwn::Hibp::Cli

Exposed CLI

Public Instance Methods

api() click to toggle source
# File lib/clipwn/hibp.rb, line 23
def api
  @api ||= API.new
end
breaches() click to toggle source
# File lib/clipwn/hibp.rb, line 29
def breaches
  puts api.breaches
end