Method: Opensteam::Payment::Base.inherited

Defined in:
lib/opensteam/payment.rb

.inherited(sub) ⇒ Object

:nodoc:



167
168
169
# File 'lib/opensteam/payment.rb', line 167

def inherited(sub) #:nodoc:
  @@payment_types << sub
end