Class: BillsPayment::Worker

Inherits:
BillsPaymentObject show all
Includes:
Actions::Post
Defined in:
lib/bills-payment/worker.rb

Instance Attribute Summary

Attributes inherited from BillsPaymentObject

#id, #params

Class Method Summary collapse

Methods included from Actions::Post

included

Methods inherited from BillsPaymentObject

#api_url, #attributes, #class_name, #initialize, #parse_response

Constructor Details

This class inherits a constructor from BillsPayment::BillsPaymentObject

Class Method Details

.api_urlObject



5
6
7
# File 'lib/bills-payment/worker.rb', line 5

def self.api_url
  'bills-payment/bill'
end