Class: Quickeebooks::Windows::Model::SalesRep

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

Constant Summary collapse

XML_COLLECTION_NODE =
'SalesReps'
XML_NODE =
'SalesRep'
REST_RESOURCE =
"salesrep"

Instance Method Summary collapse

Methods included from Logging

#log

Instance Method Details

#other_name?Boolean

Returns:

  • (Boolean)


33
34
35
# File 'lib/quickeebooks/windows/model/sales_rep.rb', line 33

def other_name?
  other_name != nil
end

#vendor?Boolean

Returns:

  • (Boolean)


29
30
31
# File 'lib/quickeebooks/windows/model/sales_rep.rb', line 29

def vendor?
  vendor != nil
end