Class: Factbook::PageInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#country_affiliationObject

Returns the value of attribute country_affiliation



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

def country_affiliation
  @country_affiliation
end

#country_codeObject

Returns the value of attribute country_code



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

def country_code
  @country_code
end

#country_nameObject

Returns the value of attribute country_name



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

def country_name
  @country_name
end

#last_updatedObject

Returns the value of attribute last_updated



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

def last_updated
  @last_updated
end

#region_codeObject

Returns the value of attribute region_code



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

def region_code
  @region_code
end

#region_nameObject

Returns the value of attribute region_name



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

def region_name
  @region_name
end