Class: Kiva::Country
- Inherits:
-
Object
- Object
- Kiva::Country
- Includes:
- DynamicInitializer
- Defined in:
- lib/ruby-kiva/country.rb
Instance Attribute Summary collapse
-
#country_code ⇒ Object
Returns the value of attribute country_code.
-
#iso_code ⇒ Object
Returns the value of attribute iso_code.
-
#name ⇒ Object
Returns the value of attribute name.
-
#region ⇒ Object
Returns the value of attribute region.
Method Summary
Methods included from DynamicInitializer
Instance Attribute Details
#country_code ⇒ Object
Returns the value of attribute country_code.
4 5 6 |
# File 'lib/ruby-kiva/country.rb', line 4 def country_code @country_code end |
#iso_code ⇒ Object
Returns the value of attribute iso_code.
4 5 6 |
# File 'lib/ruby-kiva/country.rb', line 4 def iso_code @iso_code end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'lib/ruby-kiva/country.rb', line 4 def name @name end |
#region ⇒ Object
Returns the value of attribute region.
4 5 6 |
# File 'lib/ruby-kiva/country.rb', line 4 def region @region end |