Class: Kiva::Country

Inherits:
Object
  • Object
show all
Includes:
DynamicInitializer
Defined in:
lib/ruby-kiva/country.rb

Instance Attribute Summary collapse

Method Summary

Methods included from DynamicInitializer

included

Instance Attribute Details

#country_codeObject

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_codeObject

Returns the value of attribute iso_code.



4
5
6
# File 'lib/ruby-kiva/country.rb', line 4

def iso_code
  @iso_code
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'lib/ruby-kiva/country.rb', line 4

def name
  @name
end

#regionObject

Returns the value of attribute region.



4
5
6
# File 'lib/ruby-kiva/country.rb', line 4

def region
  @region
end