Class: Hps::HpsSECCode
- Inherits:
-
Object
- Object
- Hps::HpsSECCode
- Defined in:
- lib/hps/infrastructure/hps_sec_code.rb
Class Method Summary collapse
Class Method Details
.ccd ⇒ Object
7 8 9 |
# File 'lib/hps/infrastructure/hps_sec_code.rb', line 7 def self.ccd 'CCD' end |
.e_bronze ⇒ Object
23 24 25 |
# File 'lib/hps/infrastructure/hps_sec_code.rb', line 23 def self.e_bronze 'eBronze' end |
.pop ⇒ Object
11 12 13 |
# File 'lib/hps/infrastructure/hps_sec_code.rb', line 11 def self.pop 'POP' end |
.ppd ⇒ Object
3 4 5 |
# File 'lib/hps/infrastructure/hps_sec_code.rb', line 3 def self.ppd 'PPD' end |
.tel ⇒ Object
19 20 21 |
# File 'lib/hps/infrastructure/hps_sec_code.rb', line 19 def self.tel 'TEL' end |
.web ⇒ Object
15 16 17 |
# File 'lib/hps/infrastructure/hps_sec_code.rb', line 15 def self.web 'WEB' end |