class Invoicexpress::Models::BaseModel
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
# File lib/invoicexpress/models.rb, line 8 def initialize(attributes = {}) super() attributes.each { |k,v| self.send("#{k}=", v) } end