Sha256: 70491d89b44604339e99e7195acb37637fbfb817e7c27b90e7c486067c7665c1
Contents?: true
Size: 322 Bytes
Versions: 36
Compression:
Stored size: 322 Bytes
Contents
module Mihari class Geolocation < ActiveRecord::Base attr_accessor country (): String attr_accessor country_code (): String # # Build geolocation by IP # # @param [String] ip # # @return [Mihari::Geolocation] # def self.build_by_ip: (String ip) -> Mihari::Geolocation? end end
Version data entries
36 entries across 36 versions & 1 rubygems