class Transbank::Onepay::Channel

Constants

APP
MOBILE
WEB

Contains static values for all possible channel values

Public Class Methods

values() click to toggle source
# File lib/transbank/sdk/onepay/models/channels.rb, line 10
def self.values
  constants.map { |const| const_get const }
end