class ChartMogul::Transactions::Refund

Public Class Methods

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