class Quickbooks::Model::AttachableRef
Public Class Methods
new(an_entity_ref = nil)
click to toggle source
# File lib/quickbooks/model/attachable_ref.rb, line 14 def initialize(an_entity_ref = nil) if an_entity_ref self.entity_ref = an_entity_ref end end