Class: GenesisRuby::Api::Constants::Transactions::Parameters::AfricanMobileOperators

Inherits:
Object
  • Object
show all
Extended by:
Mixins::Constants::Common
Defined in:
lib/genesis_ruby/api/constants/transactions/parameters/african_mobile_operators.rb

Overview

Names of supported African Mobile network operators

Constant Summary collapse

AIRTEL =
'AIRTEL'
MOVITEL =
'MOVITEL'
MTN =
'MTN'
SAFARICOM =
'SAFARICOM'
TIGO =
'TIGO'
VODACOM =
'VODACOM'

Class Method Summary collapse

Methods included from Mixins::Constants::Common

all, valid?

Class Method Details

.saleObject

Return African Mobile Sale operators



28
29
30
# File 'lib/genesis_ruby/api/constants/transactions/parameters/african_mobile_operators.rb', line 28

def sale
  %w(VODACOM SAFARICOM AIRTEL MTN)
end