Module: Comable::PaymentMethod

Defined in:
lib/comable/payment_method.rb,
lib/comable/payment_method/base.rb,
lib/comable/payment_method/general.rb

Defined Under Namespace

Classes: Base, General

Class Method Summary collapse

Class Method Details

.allObject



7
8
9
10
11
# File 'lib/comable/payment_method.rb', line 7

def all
  (constants - [:Base]).map do |constant_name|
    const_get(constant_name)
  end
end