Class: ActiveNetsuite::ContactCategory

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

nullFieldList - ActiveNetsuite::NullField
name - SOAP::SOAPString
private - SOAP::SOAPBoolean
sync - SOAP::SOAPBoolean
isInactive - SOAP::SOAPBoolean
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, name = nil, private = nil, sync = nil, isInactive = nil) ⇒ ContactCategory

Returns a new instance of ContactCategory.



3436
3437
3438
3439
3440
3441
3442
3443
# File 'lib/activenetsuite/soap/default.rb', line 3436

def initialize(nullFieldList = nil, name = nil, private = nil, sync = nil, isInactive = nil)
  @nullFieldList = nullFieldList
  @name = name
  @private = private
  @sync = sync
  @isInactive = isInactive
  @__xmlattr = {}
end

Dynamic Method Handling

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

Instance Attribute Details

#isInactiveObject

Returns the value of attribute isInactive.



3414
3415
3416
# File 'lib/activenetsuite/soap/default.rb', line 3414

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



3411
3412
3413
# File 'lib/activenetsuite/soap/default.rb', line 3411

def name
  @name
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



3410
3411
3412
# File 'lib/activenetsuite/soap/default.rb', line 3410

def nullFieldList
  @nullFieldList
end

#privateObject

Returns the value of attribute private.



3412
3413
3414
# File 'lib/activenetsuite/soap/default.rb', line 3412

def private
  @private
end

#syncObject

Returns the value of attribute sync.



3413
3414
3415
# File 'lib/activenetsuite/soap/default.rb', line 3413

def sync
  @sync
end

Instance Method Details

#__xmlattrObject



3416
3417
3418
# File 'lib/activenetsuite/soap/default.rb', line 3416

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



3428
3429
3430
# File 'lib/activenetsuite/soap/default.rb', line 3428

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



3432
3433
3434
# File 'lib/activenetsuite/soap/default.rb', line 3432

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

#xmlattr_internalIdObject



3420
3421
3422
# File 'lib/activenetsuite/soap/default.rb', line 3420

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



3424
3425
3426
# File 'lib/activenetsuite/soap/default.rb', line 3424

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