class ChartMogul::Transactions::Payment
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
ChartMogul::Object::new
# File lib/chartmogul/transactions/payment.rb, line 18 def initialize(attributes = {}) super(attributes) @type = 'payment' end