Class: Quickeebooks::Windows::Model::ExternalKey

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

Constant Summary collapse

DOMAIN =
"QB"

Instance Method Summary collapse

Methods included from Logging

#log

Constructor Details

#initialize(value = nil) ⇒ ExternalKey

Returns a new instance of ExternalKey.



14
15
16
17
# File 'lib/quickeebooks/windows/model/external_key.rb', line 14

def initialize(value = nil)
  self.idDomain = DOMAIN
  self.value = value
end