Module: BillsPayment::Actions::Post
- Included in:
- Worker
- Defined in:
- lib/bills-payment/actions/post.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
24 25 26 |
# File 'lib/bills-payment/actions/post.rb', line 24 def self.included(base) base.extend(ClassMethods) end |