class Quickbooks::Model::Department

Constants

REST_RESOURCE
XML_COLLECTION_NODE
XML_NODE

Public Instance Methods

sub_department?() click to toggle source
# File lib/quickbooks/model/department.rb, line 25
def sub_department?
  sub_department.to_s == 'true'
end