Class: ActiveNetsuite::EntityGroupSearchBasic

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.comEntityGroupSearchBasic

email - ActiveNetsuite::SearchStringField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
groupName - ActiveNetsuite::SearchStringField
groupOwner - ActiveNetsuite::SearchMultiSelectField
groupType - ActiveNetsuite::SearchMultiSelectField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isDynamic - ActiveNetsuite::SearchBooleanField
isInactive - ActiveNetsuite::SearchBooleanField
isManufacturingWorkCenter - ActiveNetsuite::SearchBooleanField
isPrivate - ActiveNetsuite::SearchBooleanField
laborResources - ActiveNetsuite::SearchLongField
lastModifiedDate - ActiveNetsuite::SearchDateField
machineResources - ActiveNetsuite::SearchLongField
subsidiary - ActiveNetsuite::SearchMultiSelectField
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(email = nil, externalId = nil, externalIdString = nil, groupName = nil, groupOwner = nil, groupType = nil, internalId = nil, internalIdNumber = nil, isDynamic = nil, isInactive = nil, isManufacturingWorkCenter = nil, isPrivate = nil, laborResources = nil, lastModifiedDate = nil, machineResources = nil, subsidiary = nil, customFieldList = nil) ⇒ EntityGroupSearchBasic

Returns a new instance of EntityGroupSearchBasic.



29245
29246
29247
29248
29249
29250
29251
29252
29253
29254
29255
29256
29257
29258
29259
29260
29261
29262
29263
# File 'lib/activenetsuite/soap/default.rb', line 29245

def initialize(email = nil, externalId = nil, externalIdString = nil, groupName = nil, groupOwner = nil, groupType = nil, internalId = nil, internalIdNumber = nil, isDynamic = nil, isInactive = nil, isManufacturingWorkCenter = nil, isPrivate = nil, laborResources = nil, lastModifiedDate = nil, machineResources = nil, subsidiary = nil, customFieldList = nil)
  @email = email
  @externalId = externalId
  @externalIdString = externalIdString
  @groupName = groupName
  @groupOwner = groupOwner
  @groupType = groupType
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isDynamic = isDynamic
  @isInactive = isInactive
  @isManufacturingWorkCenter = isManufacturingWorkCenter
  @isPrivate = isPrivate
  @laborResources = laborResources
  @lastModifiedDate = lastModifiedDate
  @machineResources = machineResources
  @subsidiary = subsidiary
  @customFieldList = customFieldList
end

Instance Attribute Details

#customFieldListObject

Returns the value of attribute customFieldList.



29243
29244
29245
# File 'lib/activenetsuite/soap/default.rb', line 29243

def customFieldList
  @customFieldList
end

#emailObject

Returns the value of attribute email.



29227
29228
29229
# File 'lib/activenetsuite/soap/default.rb', line 29227

def email
  @email
end

#externalIdObject

Returns the value of attribute externalId.



29228
29229
29230
# File 'lib/activenetsuite/soap/default.rb', line 29228

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



29229
29230
29231
# File 'lib/activenetsuite/soap/default.rb', line 29229

def externalIdString
  @externalIdString
end

#groupNameObject

Returns the value of attribute groupName.



29230
29231
29232
# File 'lib/activenetsuite/soap/default.rb', line 29230

def groupName
  @groupName
end

#groupOwnerObject

Returns the value of attribute groupOwner.



29231
29232
29233
# File 'lib/activenetsuite/soap/default.rb', line 29231

def groupOwner
  @groupOwner
end

#groupTypeObject

Returns the value of attribute groupType.



29232
29233
29234
# File 'lib/activenetsuite/soap/default.rb', line 29232

def groupType
  @groupType
end

#internalIdObject

Returns the value of attribute internalId.



29233
29234
29235
# File 'lib/activenetsuite/soap/default.rb', line 29233

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



29234
29235
29236
# File 'lib/activenetsuite/soap/default.rb', line 29234

def internalIdNumber
  @internalIdNumber
end

#isDynamicObject

Returns the value of attribute isDynamic.



29235
29236
29237
# File 'lib/activenetsuite/soap/default.rb', line 29235

def isDynamic
  @isDynamic
end

#isInactiveObject

Returns the value of attribute isInactive.



29236
29237
29238
# File 'lib/activenetsuite/soap/default.rb', line 29236

def isInactive
  @isInactive
end

#isManufacturingWorkCenterObject

Returns the value of attribute isManufacturingWorkCenter.



29237
29238
29239
# File 'lib/activenetsuite/soap/default.rb', line 29237

def isManufacturingWorkCenter
  @isManufacturingWorkCenter
end

#isPrivateObject

Returns the value of attribute isPrivate.



29238
29239
29240
# File 'lib/activenetsuite/soap/default.rb', line 29238

def isPrivate
  @isPrivate
end

#laborResourcesObject

Returns the value of attribute laborResources.



29239
29240
29241
# File 'lib/activenetsuite/soap/default.rb', line 29239

def laborResources
  @laborResources
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



29240
29241
29242
# File 'lib/activenetsuite/soap/default.rb', line 29240

def lastModifiedDate
  @lastModifiedDate
end

#machineResourcesObject

Returns the value of attribute machineResources.



29241
29242
29243
# File 'lib/activenetsuite/soap/default.rb', line 29241

def machineResources
  @machineResources
end

#subsidiaryObject

Returns the value of attribute subsidiary.



29242
29243
29244
# File 'lib/activenetsuite/soap/default.rb', line 29242

def subsidiary
  @subsidiary
end