ruckus / quickbooks-ruby

Quickbooks Online REST API V3 - Ruby
MIT License
374 stars 302 forks source link

missing ClassRef in Item #519

Closed gregdymek closed 4 years ago

gregdymek commented 4 years ago

hi, is there a way we can get ClassRef from Item? it's documented here: https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/item but there is no attr_accessor in quickbooks-ruby, many thanks, Greg

ruckus commented 4 years ago

@gregdymek I released 1.0.8 with support for Item#ClassRef which itself is available via minorversion 41. Please have a look

gregdymek commented 4 years ago

wow, what a speed, many thanks