Class: ActiveNetsuite::CampaignSearchBasic

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

Overview

urn:common_2013_2urn:common_2013_2.platformurn:common_2013_2.platform.webservicesurn:common_2013_2.platform.webservices.netsuiteurn:common_2013_2.platform.webservices.netsuite.comCampaignSearchBasic

audience - ActiveNetsuite::SearchMultiSelectField
baseCost - ActiveNetsuite::SearchDoubleField
campaignEventType - ActiveNetsuite::SearchEnumMultiSelectField
campaignId - ActiveNetsuite::SearchStringField
category - ActiveNetsuite::SearchMultiSelectField
channel - ActiveNetsuite::SearchMultiSelectField
cost - ActiveNetsuite::SearchDoubleField
createdDate - ActiveNetsuite::SearchDateField
endDate - ActiveNetsuite::SearchDateField
event - ActiveNetsuite::SearchStringField
expectedRevenue - ActiveNetsuite::SearchDoubleField
externalId - ActiveNetsuite::SearchMultiSelectField
externalIdString - ActiveNetsuite::SearchStringField
family - ActiveNetsuite::SearchMultiSelectField
group - ActiveNetsuite::SearchMultiSelectField
internalId - ActiveNetsuite::SearchMultiSelectField
internalIdNumber - ActiveNetsuite::SearchLongField
isInactive - ActiveNetsuite::SearchBooleanField
isSalesCampaign - ActiveNetsuite::SearchBooleanField
item - ActiveNetsuite::SearchMultiSelectField
keyword - ActiveNetsuite::SearchStringField
lastModifiedDate - ActiveNetsuite::SearchDateField
manager - ActiveNetsuite::SearchMultiSelectField
managerRole - ActiveNetsuite::SearchMultiSelectField
number - ActiveNetsuite::SearchLongField
offer - ActiveNetsuite::SearchMultiSelectField
promoCode - ActiveNetsuite::SearchMultiSelectField
recipient - ActiveNetsuite::SearchMultiSelectField
response - ActiveNetsuite::SearchEnumMultiSelectField
responseCategory - ActiveNetsuite::SearchEnumMultiSelectField
responseCode - ActiveNetsuite::SearchLongField
responseComments - ActiveNetsuite::SearchStringField
responseDate - ActiveNetsuite::SearchDateField
scheduleDate - ActiveNetsuite::SearchDateField
searchEngine - ActiveNetsuite::SearchMultiSelectField
startDate - ActiveNetsuite::SearchDateField
status - ActiveNetsuite::SearchEnumMultiSelectField
subscription - ActiveNetsuite::SearchMultiSelectField
template - ActiveNetsuite::SearchMultiSelectField
title - ActiveNetsuite::SearchStringField
vertical - ActiveNetsuite::SearchMultiSelectField
customFieldList - ActiveNetsuite::SearchCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

#active, #each, #find_by, #inactive, #to_a, #where

Constructor Details

#initialize(audience = nil, baseCost = nil, campaignEventType = nil, campaignId = nil, category = nil, channel = nil, cost = nil, createdDate = nil, endDate = nil, event = nil, expectedRevenue = nil, externalId = nil, externalIdString = nil, family = nil, group = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, isSalesCampaign = nil, item = nil, keyword = nil, lastModifiedDate = nil, manager = nil, managerRole = nil, number = nil, offer = nil, promoCode = nil, recipient = nil, response = nil, responseCategory = nil, responseCode = nil, responseComments = nil, responseDate = nil, scheduleDate = nil, searchEngine = nil, startDate = nil, status = nil, subscription = nil, template = nil, title = nil, vertical = nil, customFieldList = nil) ⇒ CampaignSearchBasic

Returns a new instance of CampaignSearchBasic.



29162
29163
29164
29165
29166
29167
29168
29169
29170
29171
29172
29173
29174
29175
29176
29177
29178
29179
29180
29181
29182
29183
29184
29185
29186
29187
29188
29189
29190
29191
29192
29193
29194
29195
29196
29197
29198
29199
29200
29201
29202
29203
29204
29205
# File 'lib/activenetsuite/soap/default.rb', line 29162

def initialize(audience = nil, baseCost = nil, campaignEventType = nil, campaignId = nil, category = nil, channel = nil, cost = nil, createdDate = nil, endDate = nil, event = nil, expectedRevenue = nil, externalId = nil, externalIdString = nil, family = nil, group = nil, internalId = nil, internalIdNumber = nil, isInactive = nil, isSalesCampaign = nil, item = nil, keyword = nil, lastModifiedDate = nil, manager = nil, managerRole = nil, number = nil, offer = nil, promoCode = nil, recipient = nil, response = nil, responseCategory = nil, responseCode = nil, responseComments = nil, responseDate = nil, scheduleDate = nil, searchEngine = nil, startDate = nil, status = nil, subscription = nil, template = nil, title = nil, vertical = nil, customFieldList = nil)
  @audience = audience
  @baseCost = baseCost
  @campaignEventType = campaignEventType
  @campaignId = campaignId
  @category = category
  @channel = channel
  @cost = cost
  @createdDate = createdDate
  @endDate = endDate
  @event = event
  @expectedRevenue = expectedRevenue
  @externalId = externalId
  @externalIdString = externalIdString
  @family = family
  @group = group
  @internalId = internalId
  @internalIdNumber = internalIdNumber
  @isInactive = isInactive
  @isSalesCampaign = isSalesCampaign
  @item = item
  @keyword = keyword
  @lastModifiedDate = lastModifiedDate
  @manager = manager
  @managerRole = managerRole
  @number = number
  @offer = offer
  @promoCode = promoCode
  @recipient = recipient
  @response = response
  @responseCategory = responseCategory
  @responseCode = responseCode
  @responseComments = responseComments
  @responseDate = responseDate
  @scheduleDate = scheduleDate
  @searchEngine = searchEngine
  @startDate = startDate
  @status = status
  @subscription = subscription
  @template = template
  @title = title
  @vertical = vertical
  @customFieldList = customFieldList
end

Instance Attribute Details

#audienceObject

Returns the value of attribute audience.



29119
29120
29121
# File 'lib/activenetsuite/soap/default.rb', line 29119

def audience
  @audience
end

#baseCostObject

Returns the value of attribute baseCost.



29120
29121
29122
# File 'lib/activenetsuite/soap/default.rb', line 29120

def baseCost
  @baseCost
end

#campaignEventTypeObject

Returns the value of attribute campaignEventType.



29121
29122
29123
# File 'lib/activenetsuite/soap/default.rb', line 29121

def campaignEventType
  @campaignEventType
end

#campaignIdObject

Returns the value of attribute campaignId.



29122
29123
29124
# File 'lib/activenetsuite/soap/default.rb', line 29122

def campaignId
  @campaignId
end

#categoryObject

Returns the value of attribute category.



29123
29124
29125
# File 'lib/activenetsuite/soap/default.rb', line 29123

def category
  @category
end

#channelObject

Returns the value of attribute channel.



29124
29125
29126
# File 'lib/activenetsuite/soap/default.rb', line 29124

def channel
  @channel
end

#costObject

Returns the value of attribute cost.



29125
29126
29127
# File 'lib/activenetsuite/soap/default.rb', line 29125

def cost
  @cost
end

#createdDateObject

Returns the value of attribute createdDate.



29126
29127
29128
# File 'lib/activenetsuite/soap/default.rb', line 29126

def createdDate
  @createdDate
end

#customFieldListObject

Returns the value of attribute customFieldList.



29160
29161
29162
# File 'lib/activenetsuite/soap/default.rb', line 29160

def customFieldList
  @customFieldList
end

#endDateObject

Returns the value of attribute endDate.



29127
29128
29129
# File 'lib/activenetsuite/soap/default.rb', line 29127

def endDate
  @endDate
end

#eventObject

Returns the value of attribute event.



29128
29129
29130
# File 'lib/activenetsuite/soap/default.rb', line 29128

def event
  @event
end

#expectedRevenueObject

Returns the value of attribute expectedRevenue.



29129
29130
29131
# File 'lib/activenetsuite/soap/default.rb', line 29129

def expectedRevenue
  @expectedRevenue
end

#externalIdObject

Returns the value of attribute externalId.



29130
29131
29132
# File 'lib/activenetsuite/soap/default.rb', line 29130

def externalId
  @externalId
end

#externalIdStringObject

Returns the value of attribute externalIdString.



29131
29132
29133
# File 'lib/activenetsuite/soap/default.rb', line 29131

def externalIdString
  @externalIdString
end

#familyObject

Returns the value of attribute family.



29132
29133
29134
# File 'lib/activenetsuite/soap/default.rb', line 29132

def family
  @family
end

#groupObject

Returns the value of attribute group.



29133
29134
29135
# File 'lib/activenetsuite/soap/default.rb', line 29133

def group
  @group
end

#internalIdObject

Returns the value of attribute internalId.



29134
29135
29136
# File 'lib/activenetsuite/soap/default.rb', line 29134

def internalId
  @internalId
end

#internalIdNumberObject

Returns the value of attribute internalIdNumber.



29135
29136
29137
# File 'lib/activenetsuite/soap/default.rb', line 29135

def internalIdNumber
  @internalIdNumber
end

#isInactiveObject

Returns the value of attribute isInactive.



29136
29137
29138
# File 'lib/activenetsuite/soap/default.rb', line 29136

def isInactive
  @isInactive
end

#isSalesCampaignObject

Returns the value of attribute isSalesCampaign.



29137
29138
29139
# File 'lib/activenetsuite/soap/default.rb', line 29137

def isSalesCampaign
  @isSalesCampaign
end

#itemObject

Returns the value of attribute item.



29138
29139
29140
# File 'lib/activenetsuite/soap/default.rb', line 29138

def item
  @item
end

#keywordObject

Returns the value of attribute keyword.



29139
29140
29141
# File 'lib/activenetsuite/soap/default.rb', line 29139

def keyword
  @keyword
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



29140
29141
29142
# File 'lib/activenetsuite/soap/default.rb', line 29140

def lastModifiedDate
  @lastModifiedDate
end

#managerObject

Returns the value of attribute manager.



29141
29142
29143
# File 'lib/activenetsuite/soap/default.rb', line 29141

def manager
  @manager
end

#managerRoleObject

Returns the value of attribute managerRole.



29142
29143
29144
# File 'lib/activenetsuite/soap/default.rb', line 29142

def managerRole
  @managerRole
end

#numberObject

Returns the value of attribute number.



29143
29144
29145
# File 'lib/activenetsuite/soap/default.rb', line 29143

def number
  @number
end

#offerObject

Returns the value of attribute offer.



29144
29145
29146
# File 'lib/activenetsuite/soap/default.rb', line 29144

def offer
  @offer
end

#promoCodeObject

Returns the value of attribute promoCode.



29145
29146
29147
# File 'lib/activenetsuite/soap/default.rb', line 29145

def promoCode
  @promoCode
end

#recipientObject

Returns the value of attribute recipient.



29146
29147
29148
# File 'lib/activenetsuite/soap/default.rb', line 29146

def recipient
  @recipient
end

#responseObject

Returns the value of attribute response.



29147
29148
29149
# File 'lib/activenetsuite/soap/default.rb', line 29147

def response
  @response
end

#responseCategoryObject

Returns the value of attribute responseCategory.



29148
29149
29150
# File 'lib/activenetsuite/soap/default.rb', line 29148

def responseCategory
  @responseCategory
end

#responseCodeObject

Returns the value of attribute responseCode.



29149
29150
29151
# File 'lib/activenetsuite/soap/default.rb', line 29149

def responseCode
  @responseCode
end

#responseCommentsObject

Returns the value of attribute responseComments.



29150
29151
29152
# File 'lib/activenetsuite/soap/default.rb', line 29150

def responseComments
  @responseComments
end

#responseDateObject

Returns the value of attribute responseDate.



29151
29152
29153
# File 'lib/activenetsuite/soap/default.rb', line 29151

def responseDate
  @responseDate
end

#scheduleDateObject

Returns the value of attribute scheduleDate.



29152
29153
29154
# File 'lib/activenetsuite/soap/default.rb', line 29152

def scheduleDate
  @scheduleDate
end

#searchEngineObject

Returns the value of attribute searchEngine.



29153
29154
29155
# File 'lib/activenetsuite/soap/default.rb', line 29153

def searchEngine
  @searchEngine
end

#startDateObject

Returns the value of attribute startDate.



29154
29155
29156
# File 'lib/activenetsuite/soap/default.rb', line 29154

def startDate
  @startDate
end

#statusObject

Returns the value of attribute status.



29155
29156
29157
# File 'lib/activenetsuite/soap/default.rb', line 29155

def status
  @status
end

#subscriptionObject

Returns the value of attribute subscription.



29156
29157
29158
# File 'lib/activenetsuite/soap/default.rb', line 29156

def subscription
  @subscription
end

#templateObject

Returns the value of attribute template.



29157
29158
29159
# File 'lib/activenetsuite/soap/default.rb', line 29157

def template
  @template
end

#titleObject

Returns the value of attribute title.



29158
29159
29160
# File 'lib/activenetsuite/soap/default.rb', line 29158

def title
  @title
end

#verticalObject

Returns the value of attribute vertical.



29159
29160
29161
# File 'lib/activenetsuite/soap/default.rb', line 29159

def vertical
  @vertical
end