Class: Factbook::PageInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/factbook-readers/page_info.rb

Instance Attribute Summary collapse

Instance Attribute Details

#country_affiliationObject

Returns the value of attribute country_affiliation

Returns:

  • (Object)

    the current value of country_affiliation



5
6
7
# File 'lib/factbook-readers/page_info.rb', line 5

def country_affiliation
  @country_affiliation
end

#country_codeObject

Returns the value of attribute country_code

Returns:

  • (Object)

    the current value of country_code



5
6
7
# File 'lib/factbook-readers/page_info.rb', line 5

def country_code
  @country_code
end

#country_nameObject

Returns the value of attribute country_name

Returns:

  • (Object)

    the current value of country_name



5
6
7
# File 'lib/factbook-readers/page_info.rb', line 5

def country_name
  @country_name
end

#last_updatedObject

Returns the value of attribute last_updated

Returns:

  • (Object)

    the current value of last_updated



5
6
7
# File 'lib/factbook-readers/page_info.rb', line 5

def last_updated
  @last_updated
end

#region_codeObject

Returns the value of attribute region_code

Returns:

  • (Object)

    the current value of region_code



5
6
7
# File 'lib/factbook-readers/page_info.rb', line 5

def region_code
  @region_code
end

#region_nameObject

Returns the value of attribute region_name

Returns:

  • (Object)

    the current value of region_name



5
6
7
# File 'lib/factbook-readers/page_info.rb', line 5

def region_name
  @region_name
end