Class: ActiveNetsuite::PartnerCategory

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

nullFieldList - ActiveNetsuite::NullField
name - SOAP::SOAPString
parent - ActiveNetsuite::RecordRef
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, parent = nil, isInactive = nil) ⇒ PartnerCategory

Returns a new instance of PartnerCategory.



10368
10369
10370
10371
10372
10373
10374
# File 'lib/activenetsuite/soap/default.rb', line 10368

def initialize(nullFieldList = nil, name = nil, parent = nil, isInactive = nil)
  @nullFieldList = nullFieldList
  @name = name
  @parent = parent
  @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.



10346
10347
10348
# File 'lib/activenetsuite/soap/default.rb', line 10346

def isInactive
  @isInactive
end

#nameObject

Returns the value of attribute name.



10344
10345
10346
# File 'lib/activenetsuite/soap/default.rb', line 10344

def name
  @name
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



10343
10344
10345
# File 'lib/activenetsuite/soap/default.rb', line 10343

def nullFieldList
  @nullFieldList
end

#parentObject

Returns the value of attribute parent.



10345
10346
10347
# File 'lib/activenetsuite/soap/default.rb', line 10345

def parent
  @parent
end

Instance Method Details

#__xmlattrObject



10348
10349
10350
# File 'lib/activenetsuite/soap/default.rb', line 10348

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



10360
10361
10362
# File 'lib/activenetsuite/soap/default.rb', line 10360

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



10364
10365
10366
# File 'lib/activenetsuite/soap/default.rb', line 10364

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

#xmlattr_internalIdObject



10352
10353
10354
# File 'lib/activenetsuite/soap/default.rb', line 10352

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



10356
10357
10358
# File 'lib/activenetsuite/soap/default.rb', line 10356

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