Class: ActiveNetsuite::ItemRevisionSearchBasic

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

effectiveDate - ActiveNetsuite::SearchDateField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
item - ActiveNetsuite::SearchMultiSelectField
name - ActiveNetsuite::SearchStringField
obsoleteDate - ActiveNetsuite::SearchDateField

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

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

Constructor Details

#initialize(effectiveDate = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, item = nil, name = nil, obsoleteDate = nil) ⇒ ItemRevisionSearchBasic



30908
30909
30910
30911
30912
30913
30914
30915
30916
30917
# File 'lib/activenetsuite/soap/default.rb', line 30908

def initialize(effectiveDate = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, item = nil, name = nil, obsoleteDate = nil)
  @effectiveDate = effectiveDate
  @externalId = externalId
  @externalIdString = externalIdString
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @item = item
  @name = name
  @obsoleteDate = obsoleteDate
end

Instance Attribute Details

#effectiveDateObject

Returns the value of attribute effectiveDate.



30899
30900
30901
# File 'lib/activenetsuite/soap/default.rb', line 30899

def effectiveDate
  @effectiveDate
end

#externalIdObject

Returns the value of attribute externalId.



30900
30901
30902
# File 'lib/activenetsuite/soap/default.rb', line 30900

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



30901
30902
30903
# File 'lib/activenetsuite/soap/default.rb', line 30901

def externalIdString
  @externalIdString
end

#internalIdObject

Returns the value of attribute internalId.



30902
30903
30904
# File 'lib/activenetsuite/soap/default.rb', line 30902

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



30903
30904
30905
# File 'lib/activenetsuite/soap/default.rb', line 30903

def internalIdNumber
  @internalIdNumber
end

#itemObject

Returns the value of attribute item.



30904
30905
30906
# File 'lib/activenetsuite/soap/default.rb', line 30904

def item
  @item
end

#nameObject

Returns the value of attribute name.



30905
30906
30907
# File 'lib/activenetsuite/soap/default.rb', line 30905

def name
  @name
end

#obsoleteDateObject

Returns the value of attribute obsoleteDate.



30906
30907
30908
# File 'lib/activenetsuite/soap/default.rb', line 30906

def obsoleteDate
  @obsoleteDate
end