module Factbook
Constants
- PageInfo
was before 2021 (when using html page scrapping)
PageInfo
= Struct.new( :country_code,:country_name, :country_affiliation, :region_code, :region_name, :last_updated )
was before 2021 (when using html page scrapping)
PageInfo
= Struct.new( :country_code,
:country_name, :country_affiliation, :region_code, :region_name, :last_updated )