class MALAYANBANKINGBERHAD

Public Instance Methods

bank_code() click to toggle source
# File lib/banks/malayan_banking_berhad.rb, line 3
def bank_code
  '7302'
end
reference_hash_collection() click to toggle source
# File lib/banks/malayan_banking_berhad.rb, line 7
def reference_hash_collection
  {
  '001' => 'Main Branch',
  '002' => 'Robinson Road',
  '003' => 'Tampines',
  '004' => 'Woodlands 888 Plaza',
  '005' => 'Maybank@HDBHub',
  '006' => 'Bukit Timah',
  '007' => 'Jurong Point',
  '008' => 'Balestier Plaza',
  '009' => 'North Bridge Road',
  '010' => 'Ang Mo Kio',
  '011' => 'Queensway',
  '012' => 'Maybank@nex',
  '013' => 'Bedok',
  '014' => 'Geylang Serai',
  '015' => 'Marine Parade',
  '016' => 'Choa Chu Kang',
  '017' => 'Chinatown',
  '018' => 'Holland Village',
  '019' => 'Jurong East',
  '020' => 'Yishun',
  '021' => 'Textile Centre',
  '022' => 'Kovan',
  '033' => 'HP Processing Centre',
  '052' => 'Maybank Card Centre',
  '080' => 'e-Banking',
  }
end