Class: Quickeebooks::Online::Model::AccountReference

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

Instance Method Summary collapse

Methods inherited from IntuitType

resource_for_collection, resource_for_singular

Constructor Details

#initialize(account_id = nil) ⇒ AccountReference

Returns a new instance of AccountReference.



9
10
11
12
13
# File 'lib/quickeebooks/online/model/account_reference.rb', line 9

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