Class: ActiveNetsuite::DepartmentSearchBasic
- Inherits:
-
SearchRecordBasic
- Object
- SearchRecord
- SearchRecordBasic
- ActiveNetsuite::DepartmentSearchBasic
- 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.comDepartmentSearchBasic
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
name - ActiveNetsuite::SearchStringField
nameNoHierarchy - ActiveNetsuite::SearchStringField
subsidiary - ActiveNetsuite::SearchMultiSelectField
customFieldList - ActiveNetsuite::SearchCustomFieldList
Instance Attribute Summary collapse
-
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
-
#externalId ⇒ Object
Returns the value of attribute externalId.
-
#externalIdString ⇒ Object
Returns the value of attribute externalIdString.
-
#internalId ⇒ Object
Returns the value of attribute internalId.
-
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
-
#isInactive ⇒ Object
Returns the value of attribute isInactive.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nameNoHierarchy ⇒ Object
Returns the value of attribute nameNoHierarchy.
-
#subsidiary ⇒ Object
Returns the value of attribute subsidiary.
Instance Method Summary collapse
-
#initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, nameNoHierarchy = nil, subsidiary = nil, customFieldList = nil) ⇒ DepartmentSearchBasic
constructor
A new instance of DepartmentSearchBasic.
Methods inherited from SearchRecord
#active, #each, #find_by, #inactive, #response, #to_a, #where
Constructor Details
#initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, nameNoHierarchy = nil, subsidiary = nil, customFieldList = nil) ⇒ DepartmentSearchBasic
Returns a new instance of DepartmentSearchBasic.
25925 25926 25927 25928 25929 25930 25931 25932 25933 25934 25935 |
# File 'lib/activenetsuite/soap/default.rb', line 25925 def initialize(externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, name = nil, nameNoHierarchy = nil, subsidiary = nil, customFieldList = nil) @externalId = externalId @externalIdString = externalIdString @internalId = internalId @internalIdNumber = internalIdNumber @isInactive = isInactive @name = name @nameNoHierarchy = nameNoHierarchy @subsidiary = subsidiary @customFieldList = customFieldList end |
Instance Attribute Details
#customFieldList ⇒ Object
Returns the value of attribute customFieldList.
25923 25924 25925 |
# File 'lib/activenetsuite/soap/default.rb', line 25923 def customFieldList @customFieldList end |
#externalId ⇒ Object
Returns the value of attribute externalId.
25915 25916 25917 |
# File 'lib/activenetsuite/soap/default.rb', line 25915 def externalId @externalId end |
#externalIdString ⇒ Object
Returns the value of attribute externalIdString.
25916 25917 25918 |
# File 'lib/activenetsuite/soap/default.rb', line 25916 def externalIdString @externalIdString end |
#internalId ⇒ Object
Returns the value of attribute internalId.
25917 25918 25919 |
# File 'lib/activenetsuite/soap/default.rb', line 25917 def internalId @internalId end |
#internalIdNumber ⇒ Object
Returns the value of attribute internalIdNumber.
25918 25919 25920 |
# File 'lib/activenetsuite/soap/default.rb', line 25918 def internalIdNumber @internalIdNumber end |
#isInactive ⇒ Object
Returns the value of attribute isInactive.
25919 25920 25921 |
# File 'lib/activenetsuite/soap/default.rb', line 25919 def isInactive @isInactive end |
#name ⇒ Object
Returns the value of attribute name.
25920 25921 25922 |
# File 'lib/activenetsuite/soap/default.rb', line 25920 def name @name end |
#nameNoHierarchy ⇒ Object
Returns the value of attribute nameNoHierarchy.
25921 25922 25923 |
# File 'lib/activenetsuite/soap/default.rb', line 25921 def nameNoHierarchy @nameNoHierarchy end |
#subsidiary ⇒ Object
Returns the value of attribute subsidiary.
25922 25923 25924 |
# File 'lib/activenetsuite/soap/default.rb', line 25922 def subsidiary @subsidiary end |