Class: ActiveNetsuite::SearchColumnDateCustomField

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

Overview

urn:core_2013_2urn:core_2013_2.platformurn:core_2013_2.platform.webservicesurn:core_2013_2.platform.webservices.netsuiteurn:core_2013_2.platform.webservices.netsuite.comSearchColumnDateCustomField

customLabel - SOAP::SOAPString
searchValue - SOAP::SOAPDateTime
xmlattr_internalId - SOAP::SOAPString
xmlattr_scriptId - SOAP::SOAPString

Constant Summary collapse

AttrInternalId =
XSD::QName.new(nil, "internalId")
AttrScriptId =
XSD::QName.new(nil, "scriptId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customLabel = nil, searchValue = nil) ⇒ SearchColumnDateCustomField

Returns a new instance of SearchColumnDateCustomField.



47757
47758
47759
47760
47761
# File 'lib/activenetsuite/soap/default.rb', line 47757

def initialize(customLabel = nil, searchValue = nil)
  @customLabel = customLabel
  @searchValue = searchValue
  @__xmlattr = {}
end

Instance Attribute Details

#customLabelObject

Returns the value of attribute customLabel.



47734
47735
47736
# File 'lib/activenetsuite/soap/default.rb', line 47734

def customLabel
  @customLabel
end

#searchValueObject

Returns the value of attribute searchValue.



47735
47736
47737
# File 'lib/activenetsuite/soap/default.rb', line 47735

def searchValue
  @searchValue
end

Instance Method Details

#__xmlattrObject



47737
47738
47739
# File 'lib/activenetsuite/soap/default.rb', line 47737

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_internalIdObject



47741
47742
47743
# File 'lib/activenetsuite/soap/default.rb', line 47741

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



47745
47746
47747
# File 'lib/activenetsuite/soap/default.rb', line 47745

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end

#xmlattr_scriptIdObject



47749
47750
47751
# File 'lib/activenetsuite/soap/default.rb', line 47749

def xmlattr_scriptId
  __xmlattr[AttrScriptId]
end

#xmlattr_scriptId=(value) ⇒ Object



47753
47754
47755
# File 'lib/activenetsuite/soap/default.rb', line 47753

def xmlattr_scriptId=(value)
  __xmlattr[AttrScriptId] = value
end