Class: Factbook::PageInfo
- Inherits:
-
Struct
- Object
- Struct
- Factbook::PageInfo
- Defined in:
- lib/factbook/page_info.rb
Instance Attribute Summary collapse
-
#country_affiliation ⇒ Object
Returns the value of attribute country_affiliation.
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#country_name ⇒ Object
Returns the value of attribute country_name.
-
#last_updated ⇒ Object
Returns the value of attribute last_updated.
-
#region_code ⇒ Object
Returns the value of attribute region_code.
-
#region_name ⇒ Object
Returns the value of attribute region_name.
Instance Attribute Details
#country_affiliation ⇒ Object
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_code ⇒ Object
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_name ⇒ Object
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_updated ⇒ Object
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_code ⇒ Object
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_name ⇒ Object
Returns the value of attribute region_name
5 6 7 |
# File 'lib/factbook/page_info.rb', line 5 def region_name @region_name end |