Class: ActiveNetsuite::DescriptionItem

Inherits:
Record
  • Object
show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comDescriptionItem

nullFieldList - ActiveNetsuite::NullField
createdDate - SOAP::SOAPDateTime
lastModifiedDate - SOAP::SOAPDateTime
description - SOAP::SOAPString
includeChildren - SOAP::SOAPBoolean
customForm - ActiveNetsuite::RecordRef
itemId - SOAP::SOAPString
issueProduct - ActiveNetsuite::RecordRef
isInactive - SOAP::SOAPBoolean
availableToPartners - SOAP::SOAPBoolean
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
subsidiaryList - ActiveNetsuite::RecordRefList
translationsList - ActiveNetsuite::TranslationList
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constant Summary collapse

AttrExternalId =
XSD::QName.new(nil, "externalId")
AttrInternalId =
XSD::QName.new(nil, "internalId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, description = nil, includeChildren = nil, customForm = nil, itemId = nil, issueProduct = nil, isInactive = nil, availableToPartners = nil, department = nil, v_class = nil, location = nil, subsidiaryList = nil, translationsList = nil, customFieldList = nil) ⇒ DescriptionItem

Returns a new instance of DescriptionItem.



4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
# File 'lib/activenetsuite/soap/default.rb', line 4555

def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, description = nil, includeChildren = nil, customForm = nil, itemId = nil, issueProduct = nil, isInactive = nil, availableToPartners = nil, department = nil, v_class = nil, location = nil, subsidiaryList = nil, translationsList = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @createdDate = createdDate
  @lastModifiedDate = lastModifiedDate
  @description = description
  @includeChildren = includeChildren
  @customForm = customForm
  @itemId = itemId
  @issueProduct = issueProduct
  @isInactive = isInactive
  @availableToPartners = availableToPartners
  @department = department
  @v_class = v_class
  @location = location
  @subsidiaryList = subsidiaryList
  @translationsList = translationsList
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#availableToPartnersObject

Returns the value of attribute availableToPartners.



4520
4521
4522
# File 'lib/activenetsuite/soap/default.rb', line 4520

def availableToPartners
  @availableToPartners
end

#createdDateObject

Returns the value of attribute createdDate.



4512
4513
4514
# File 'lib/activenetsuite/soap/default.rb', line 4512

def createdDate
  @createdDate
end

#customFieldListObject

Returns the value of attribute customFieldList.



4525
4526
4527
# File 'lib/activenetsuite/soap/default.rb', line 4525

def customFieldList
  @customFieldList
end

#customFormObject

Returns the value of attribute customForm.



4516
4517
4518
# File 'lib/activenetsuite/soap/default.rb', line 4516

def customForm
  @customForm
end

#departmentObject

Returns the value of attribute department.



4521
4522
4523
# File 'lib/activenetsuite/soap/default.rb', line 4521

def department
  @department
end

#descriptionObject

Returns the value of attribute description.



4514
4515
4516
# File 'lib/activenetsuite/soap/default.rb', line 4514

def description
  @description
end

#includeChildrenObject

Returns the value of attribute includeChildren.



4515
4516
4517
# File 'lib/activenetsuite/soap/default.rb', line 4515

def includeChildren
  @includeChildren
end

#isInactiveObject

Returns the value of attribute isInactive.



4519
4520
4521
# File 'lib/activenetsuite/soap/default.rb', line 4519

def isInactive
  @isInactive
end

#issueProductObject

Returns the value of attribute issueProduct.



4518
4519
4520
# File 'lib/activenetsuite/soap/default.rb', line 4518

def issueProduct
  @issueProduct
end

#itemIdObject

Returns the value of attribute itemId.



4517
4518
4519
# File 'lib/activenetsuite/soap/default.rb', line 4517

def itemId
  @itemId
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



4513
4514
4515
# File 'lib/activenetsuite/soap/default.rb', line 4513

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



4522
4523
4524
# File 'lib/activenetsuite/soap/default.rb', line 4522

def location
  @location
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



4511
4512
4513
# File 'lib/activenetsuite/soap/default.rb', line 4511

def nullFieldList
  @nullFieldList
end

#subsidiaryListObject

Returns the value of attribute subsidiaryList.



4523
4524
4525
# File 'lib/activenetsuite/soap/default.rb', line 4523

def subsidiaryList
  @subsidiaryList
end

#translationsListObject

Returns the value of attribute translationsList.



4524
4525
4526
# File 'lib/activenetsuite/soap/default.rb', line 4524

def translationsList
  @translationsList
end

Instance Method Details

#__xmlattrObject



4535
4536
4537
# File 'lib/activenetsuite/soap/default.rb', line 4535

def __xmlattr
  @__xmlattr ||= {}
end

#m_classObject



4527
4528
4529
# File 'lib/activenetsuite/soap/default.rb', line 4527

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



4531
4532
4533
# File 'lib/activenetsuite/soap/default.rb', line 4531

def m_class=(value)
  @v_class = value
end

#xmlattr_externalIdObject



4547
4548
4549
# File 'lib/activenetsuite/soap/default.rb', line 4547

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



4551
4552
4553
# File 'lib/activenetsuite/soap/default.rb', line 4551

def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end

#xmlattr_internalIdObject



4539
4540
4541
# File 'lib/activenetsuite/soap/default.rb', line 4539

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



4543
4544
4545
# File 'lib/activenetsuite/soap/default.rb', line 4543

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