Class: ActiveNetsuite::EntityGroupSearchRowBasic

Inherits:
SearchRowBasic 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.comEntityGroupSearchRowBasic

email - ActiveNetsuite::SearchColumnStringField
externalId - ActiveNetsuite::SearchColumnStringField
groupName - ActiveNetsuite::SearchColumnStringField
groupType - ActiveNetsuite::SearchColumnStringField
internalId - ActiveNetsuite::SearchColumnSelectField
isDynamic - ActiveNetsuite::SearchColumnBooleanField
isInactive - ActiveNetsuite::SearchColumnBooleanField
isManufacturingWorkCenter - ActiveNetsuite::SearchColumnBooleanField
isPrivate - ActiveNetsuite::SearchColumnBooleanField
laborResources - ActiveNetsuite::SearchColumnLongField
lastModifiedDate - ActiveNetsuite::SearchColumnDateField
machineResources - ActiveNetsuite::SearchColumnLongField
owner - ActiveNetsuite::SearchColumnSelectField
savedSearch - ActiveNetsuite::SearchColumnStringField
size - ActiveNetsuite::SearchColumnLongField
subsidiary - ActiveNetsuite::SearchColumnSelectField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(email = [], externalId = [], groupName = [], groupType = [], internalId = [], isDynamic = [], isInactive = [], isManufacturingWorkCenter = [], isPrivate = [], laborResources = [], lastModifiedDate = [], machineResources = [], owner = [], savedSearch = [], size = [], subsidiary = [], customFieldList = nil) ⇒ EntityGroupSearchRowBasic

Returns a new instance of EntityGroupSearchRowBasic.



42140
42141
42142
42143
42144
42145
42146
42147
42148
42149
42150
42151
42152
42153
42154
42155
42156
42157
42158
# File 'lib/activenetsuite/soap/default.rb', line 42140

def initialize(email = [], externalId = [], groupName = [], groupType = [], internalId = [], isDynamic = [], isInactive = [], isManufacturingWorkCenter = [], isPrivate = [], laborResources = [], lastModifiedDate = [], machineResources = [], owner = [], savedSearch = [], size = [], subsidiary = [], customFieldList = nil)
  @email = email
  @externalId = externalId
  @groupName = groupName
  @groupType = groupType
  @internalId = internalId
  @isDynamic = isDynamic
  @isInactive = isInactive
  @isManufacturingWorkCenter = isManufacturingWorkCenter
  @isPrivate = isPrivate
  @laborResources = laborResources
  @lastModifiedDate = lastModifiedDate
  @machineResources = machineResources
  @owner = owner
  @savedSearch = savedSearch
  @size = size
  @subsidiary = subsidiary
  @customFieldList = customFieldList
end

Instance Attribute Details

#customFieldListObject

Returns the value of attribute customFieldList.



42138
42139
42140
# File 'lib/activenetsuite/soap/default.rb', line 42138

def customFieldList
  @customFieldList
end

#emailObject

Returns the value of attribute email.



42122
42123
42124
# File 'lib/activenetsuite/soap/default.rb', line 42122

def email
  @email
end

#externalIdObject

Returns the value of attribute externalId.



42123
42124
42125
# File 'lib/activenetsuite/soap/default.rb', line 42123

def externalId
  @externalId
end

#groupNameObject

Returns the value of attribute groupName.



42124
42125
42126
# File 'lib/activenetsuite/soap/default.rb', line 42124

def groupName
  @groupName
end

#groupTypeObject

Returns the value of attribute groupType.



42125
42126
42127
# File 'lib/activenetsuite/soap/default.rb', line 42125

def groupType
  @groupType
end

#internalIdObject

Returns the value of attribute internalId.



42126
42127
42128
# File 'lib/activenetsuite/soap/default.rb', line 42126

def internalId
  @internalId
end

#isDynamicObject

Returns the value of attribute isDynamic.



42127
42128
42129
# File 'lib/activenetsuite/soap/default.rb', line 42127

def isDynamic
  @isDynamic
end

#isInactiveObject

Returns the value of attribute isInactive.



42128
42129
42130
# File 'lib/activenetsuite/soap/default.rb', line 42128

def isInactive
  @isInactive
end

#isManufacturingWorkCenterObject

Returns the value of attribute isManufacturingWorkCenter.



42129
42130
42131
# File 'lib/activenetsuite/soap/default.rb', line 42129

def isManufacturingWorkCenter
  @isManufacturingWorkCenter
end

#isPrivateObject

Returns the value of attribute isPrivate.



42130
42131
42132
# File 'lib/activenetsuite/soap/default.rb', line 42130

def isPrivate
  @isPrivate
end

#laborResourcesObject

Returns the value of attribute laborResources.



42131
42132
42133
# File 'lib/activenetsuite/soap/default.rb', line 42131

def laborResources
  @laborResources
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



42132
42133
42134
# File 'lib/activenetsuite/soap/default.rb', line 42132

def lastModifiedDate
  @lastModifiedDate
end

#machineResourcesObject

Returns the value of attribute machineResources.



42133
42134
42135
# File 'lib/activenetsuite/soap/default.rb', line 42133

def machineResources
  @machineResources
end

#ownerObject

Returns the value of attribute owner.



42134
42135
42136
# File 'lib/activenetsuite/soap/default.rb', line 42134

def owner
  @owner
end

#savedSearchObject

Returns the value of attribute savedSearch.



42135
42136
42137
# File 'lib/activenetsuite/soap/default.rb', line 42135

def savedSearch
  @savedSearch
end

#sizeObject

Returns the value of attribute size.



42136
42137
42138
# File 'lib/activenetsuite/soap/default.rb', line 42136

def size
  @size
end

#subsidiaryObject

Returns the value of attribute subsidiary.



42137
42138
42139
# File 'lib/activenetsuite/soap/default.rb', line 42137

def subsidiary
  @subsidiary
end