Class: MALAYANBANKINGBERHAD

Inherits:
SingaporeBankCode::BankAccount show all
Defined in:
lib/banks/malayan_banking_berhad.rb

Instance Attribute Summary

Attributes inherited from SingaporeBankCode::BankAccount

#number

Instance Method Summary collapse

Methods inherited from SingaporeBankCode::BankAccount

#branch_code, #branch_name, decendants, #initialize, #min_length, #resolve!, #resolved_number, #swift_code

Constructor Details

This class inherits a constructor from SingaporeBankCode::BankAccount

Instance Method Details

#bank_codeObject



3
4
5
# File 'lib/banks/malayan_banking_berhad.rb', line 3

def bank_code
  '7302'
end

#reference_hash_collectionObject



7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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