Class: ActiveNetsuite::CampaignResponse

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

Overview

urn:marketing_2013_2urn:marketing_2013_2.listsurn:marketing_2013_2.lists.webservicesurn:marketing_2013_2.lists.webservices.netsuiteurn:marketing_2013_2.lists.webservices.netsuite.comCampaignResponse

nullFieldList - ActiveNetsuite::NullField
entity - ActiveNetsuite::RecordRef
leadSource - ActiveNetsuite::RecordRef
campaignEvent - ActiveNetsuite::RecordRef
campaignResponseDate - SOAP::SOAPDateTime
channel - SOAP::SOAPString
response - ActiveNetsuite::CampaignResponseResponse
note - SOAP::SOAPString
responsesList - ActiveNetsuite::CampaignResponseResponsesList
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, entity = nil, leadSource = nil, campaignEvent = nil, campaignResponseDate = nil, channel = nil, response = nil, note = nil, responsesList = nil) ⇒ CampaignResponse

Returns a new instance of CampaignResponse.



23296
23297
23298
23299
23300
23301
23302
23303
23304
23305
23306
23307
# File 'lib/activenetsuite/soap/default.rb', line 23296

def initialize(nullFieldList = nil, entity = nil, leadSource = nil, campaignEvent = nil, campaignResponseDate = nil, channel = nil, response = nil, note = nil, responsesList = nil)
  @nullFieldList = nullFieldList
  @entity = entity
  @leadSource = leadSource
  @campaignEvent = campaignEvent
  @campaignResponseDate = campaignResponseDate
  @channel = channel
  @response = response
  @note = note
  @responsesList = responsesList
  @__xmlattr = {}
end

Dynamic Method Handling

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

Instance Attribute Details

#campaignEventObject

Returns the value of attribute campaignEvent.



23269
23270
23271
# File 'lib/activenetsuite/soap/default.rb', line 23269

def campaignEvent
  @campaignEvent
end

#campaignResponseDateObject

Returns the value of attribute campaignResponseDate.



23270
23271
23272
# File 'lib/activenetsuite/soap/default.rb', line 23270

def campaignResponseDate
  @campaignResponseDate
end

#channelObject

Returns the value of attribute channel.



23271
23272
23273
# File 'lib/activenetsuite/soap/default.rb', line 23271

def channel
  @channel
end

#entityObject

Returns the value of attribute entity.



23267
23268
23269
# File 'lib/activenetsuite/soap/default.rb', line 23267

def entity
  @entity
end

#leadSourceObject

Returns the value of attribute leadSource.



23268
23269
23270
# File 'lib/activenetsuite/soap/default.rb', line 23268

def leadSource
  @leadSource
end

#noteObject

Returns the value of attribute note.



23273
23274
23275
# File 'lib/activenetsuite/soap/default.rb', line 23273

def note
  @note
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



23266
23267
23268
# File 'lib/activenetsuite/soap/default.rb', line 23266

def nullFieldList
  @nullFieldList
end

#responseObject

Returns the value of attribute response.



23272
23273
23274
# File 'lib/activenetsuite/soap/default.rb', line 23272

def response
  @response
end

#responsesListObject

Returns the value of attribute responsesList.



23274
23275
23276
# File 'lib/activenetsuite/soap/default.rb', line 23274

def responsesList
  @responsesList
end

Instance Method Details

#__xmlattrObject



23276
23277
23278
# File 'lib/activenetsuite/soap/default.rb', line 23276

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_externalIdObject



23288
23289
23290
# File 'lib/activenetsuite/soap/default.rb', line 23288

def xmlattr_externalId
  __xmlattr[AttrExternalId]
end

#xmlattr_externalId=(value) ⇒ Object



23292
23293
23294
# File 'lib/activenetsuite/soap/default.rb', line 23292

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

#xmlattr_internalIdObject



23280
23281
23282
# File 'lib/activenetsuite/soap/default.rb', line 23280

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



23284
23285
23286
# File 'lib/activenetsuite/soap/default.rb', line 23284

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