Class: Quickeebooks::Windows::Model::AccountReference

Inherits:
IntuitType
  • Object
show all
Defined in:
lib/quickeebooks/windows/model/account_reference.rb

Instance Method Summary collapse

Methods included from Logging

#log

Constructor Details

#initialize(account_id = nil, account_name = nil) ⇒ AccountReference

Returns a new instance of AccountReference.



11
12
13
14
15
16
17
18
19
# File 'lib/quickeebooks/windows/model/account_reference.rb', line 11

def initialize( = nil,  = nil)
  unless .nil?
    self. = 
  end

  unless .nil?
    self. = 
  end
end