Class: MangoModel::Birthplace

Inherits:
Object
  • Object
show all
Includes:
MangoPay::Jsonifier
Defined in:
lib/mangopay/model/birthplace.rb

Overview

Represents a birthplace.

Constant Summary

Constants included from MangoPay::Jsonifier

MangoPay::Jsonifier::LOG

Instance Attribute Summary collapse

Method Summary

Methods included from MangoPay::Jsonifier

#dejsonify, #jsonify!

Instance Attribute Details

#cityObject

String

city



10
11
12
# File 'lib/mangopay/model/birthplace.rb', line 10

def city
  @city
end

#countryObject

CountryIso

Its country



13
14
15
# File 'lib/mangopay/model/birthplace.rb', line 13

def country
  @country
end