Method: MoneyKit::Address#primary

Defined in:
lib/moneykit/models/address.rb

#primaryObject

Indicates if this is the primary address for the account owner.



34
35
36
# File 'lib/moneykit/models/address.rb', line 34

def primary
  @primary
end