Class: ActiveNetsuite::ExpenseCategorySearchBasic

Inherits:
SearchRecordBasic show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comExpenseCategorySearchBasic

 - ActiveNetsuite::SearchMultiSelectField
description - ActiveNetsuite::SearchStringField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField
rateRequired - ActiveNetsuite::SearchBooleanField
customFieldList - ActiveNetsuite::SearchCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #response, #to_a, #where

Constructor Details

#initialize(account = nil, description = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, rateRequired = nil, customFieldList = nil) ⇒ ExpenseCategorySearchBasic

Returns a new instance of ExpenseCategorySearchBasic.



29797
29798
29799
29800
29801
29802
29803
29804
29805
29806
29807
29808
# File 'lib/activenetsuite/soap/default.rb', line 29797

def initialize( = nil, description = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, rateRequired = nil, customFieldList = nil)
  @account = 
  @description = description
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isInactive = isInactive
  @name = name
  @rateRequired = rateRequired
  @customFieldList = customFieldList
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



29786
29787
29788
# File 'lib/activenetsuite/soap/default.rb', line 29786

def 
  @account
end

#customFieldListObject

Returns the value of attribute customFieldList.



29795
29796
29797
# File 'lib/activenetsuite/soap/default.rb', line 29795

def customFieldList
  @customFieldList
end

#descriptionObject

Returns the value of attribute description.



29787
29788
29789
# File 'lib/activenetsuite/soap/default.rb', line 29787

def description
  @description
end

#externalIdObject

Returns the value of attribute externalId.



29788
29789
29790
# File 'lib/activenetsuite/soap/default.rb', line 29788

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



29789
29790
29791
# File 'lib/activenetsuite/soap/default.rb', line 29789

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



29790
29791
29792
# File 'lib/activenetsuite/soap/default.rb', line 29790

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



29791
29792
29793
# File 'lib/activenetsuite/soap/default.rb', line 29791

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



29792
29793
29794
# File 'lib/activenetsuite/soap/default.rb', line 29792

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



29793
29794
29795
# File 'lib/activenetsuite/soap/default.rb', line 29793

def name
  @name
end

#rateRequiredObject

Returns the value of attribute rateRequired.



29794
29795
29796
# File 'lib/activenetsuite/soap/default.rb', line 29794

def rateRequired
  @rateRequired
end