Class: MangoModel::Birthplace
- Inherits:
-
Object
- Object
- MangoModel::Birthplace
- Includes:
- MangoPay::Jsonifier
- Defined in:
- lib/mangopay/model/birthplace.rb
Overview
Represents a birthplace.
Constant Summary
Constants included from MangoPay::Jsonifier
Instance Attribute Summary collapse
-
#city ⇒ Object
- String
-
city.
-
#country ⇒ Object
- CountryIso
-
Its country.
Method Summary
Methods included from MangoPay::Jsonifier
Instance Attribute Details
#city ⇒ Object
- String
-
city
10 11 12 |
# File 'lib/mangopay/model/birthplace.rb', line 10 def city @city end |
#country ⇒ Object
- CountryIso
-
Its country
13 14 15 |
# File 'lib/mangopay/model/birthplace.rb', line 13 def country @country end |