Class: Comable::PaymentMethod::Base
- Inherits:
-
Object
- Object
- Comable::PaymentMethod::Base
- Defined in:
- lib/comable/payment_method/base.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.display_name ⇒ Object
9 10 11 |
# File 'lib/comable/payment_method/base.rb', line 9 def display_name please_implement_method end |
.kind ⇒ Object
13 14 15 |
# File 'lib/comable/payment_method/base.rb', line 13 def kind please_implement_method end |
.name_symbol ⇒ Object
5 6 7 |
# File 'lib/comable/payment_method/base.rb', line 5 def name_symbol name.demodulize.underscore.to_sym end |