Wayne Chu
Results
1
issues of
Wayne Chu
Hi, is there a way to assign multiple attributes into model after initialized? For example: ```rb incoive = Quickbooks::Model::Invoice.new invoice.assign_attributes(attributes) ``` In this way, we don't need to manually assign...