Class: ActiveNetsuite::CalendarEventSearchRowBasic

Inherits:
SearchRowBasic 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.comCalendarEventSearchRowBasic

attendee - ActiveNetsuite::SearchColumnSelectField
company - ActiveNetsuite::SearchColumnSelectField
completedDate - ActiveNetsuite::SearchColumnDateField
contact - ActiveNetsuite::SearchColumnSelectField
createdDate - ActiveNetsuite::SearchColumnDateField
endTime - ActiveNetsuite::SearchColumnStringField
externalId - ActiveNetsuite::SearchColumnSelectField
instanceEnd - ActiveNetsuite::SearchColumnDateField
instanceStart - ActiveNetsuite::SearchColumnDateField
internalId - ActiveNetsuite::SearchColumnSelectField
lastModifiedDate - ActiveNetsuite::SearchColumnDateField
location - ActiveNetsuite::SearchColumnStringField
markdone - ActiveNetsuite::SearchColumnStringField
message - ActiveNetsuite::SearchColumnStringField
organizer - ActiveNetsuite::SearchColumnSelectField
owner - ActiveNetsuite::SearchColumnSelectField
recurrence - ActiveNetsuite::SearchColumnStringField
resource - ActiveNetsuite::SearchColumnSelectField
response - ActiveNetsuite::SearchColumnEnumSelectField
startDate - ActiveNetsuite::SearchColumnStringField
startTime - ActiveNetsuite::SearchColumnStringField
status - ActiveNetsuite::SearchColumnEnumSelectField
title - ActiveNetsuite::SearchColumnStringField
transaction - ActiveNetsuite::SearchColumnSelectField
customFieldList - ActiveNetsuite::SearchColumnCustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attendee = [], company = [], completedDate = [], contact = [], createdDate = [], endTime = [], externalId = [], instanceEnd = [], instanceStart = [], internalId = [], lastModifiedDate = [], location = [], markdone = [], message = [], organizer = [], owner = [], recurrence = [], resource = [], response = [], startDate = [], startTime = [], status = [], title = [], transaction = [], customFieldList = nil) ⇒ CalendarEventSearchRowBasic

Returns a new instance of CalendarEventSearchRowBasic.



37222
37223
37224
37225
37226
37227
37228
37229
37230
37231
37232
37233
37234
37235
37236
37237
37238
37239
37240
37241
37242
37243
37244
37245
37246
37247
37248
# File 'lib/activenetsuite/soap/default.rb', line 37222

def initialize(attendee = [], company = [], completedDate = [], contact = [], createdDate = [], endTime = [], externalId = [], instanceEnd = [], instanceStart = [], internalId = [], lastModifiedDate = [], location = [], markdone = [], message = [], organizer = [], owner = [], recurrence = [], resource = [], response = [], startDate = [], startTime = [], status = [], title = [], transaction = [], customFieldList = nil)
  @attendee = attendee
  @company = company
  @completedDate = completedDate
  @contact = contact
  @createdDate = createdDate
  @endTime = endTime
  @externalId = externalId
  @instanceEnd = instanceEnd
  @instanceStart = instanceStart
  @internalId = internalId
  @lastModifiedDate = lastModifiedDate
  @location = location
  @markdone = markdone
  @message = message
  @organizer = organizer
  @owner = owner
  @recurrence = recurrence
  @resource = resource
  @response = response
  @startDate = startDate
  @startTime = startTime
  @status = status
  @title = title
  @transaction = transaction
  @customFieldList = customFieldList
end

Instance Attribute Details

#attendeeObject

Returns the value of attribute attendee.



37196
37197
37198
# File 'lib/activenetsuite/soap/default.rb', line 37196

def attendee
  @attendee
end

#companyObject

Returns the value of attribute company.



37197
37198
37199
# File 'lib/activenetsuite/soap/default.rb', line 37197

def company
  @company
end

#completedDateObject

Returns the value of attribute completedDate.



37198
37199
37200
# File 'lib/activenetsuite/soap/default.rb', line 37198

def completedDate
  @completedDate
end

#contactObject

Returns the value of attribute contact.



37199
37200
37201
# File 'lib/activenetsuite/soap/default.rb', line 37199

def contact
  @contact
end

#createdDateObject

Returns the value of attribute createdDate.



37200
37201
37202
# File 'lib/activenetsuite/soap/default.rb', line 37200

def createdDate
  @createdDate
end

#customFieldListObject

Returns the value of attribute customFieldList.



37220
37221
37222
# File 'lib/activenetsuite/soap/default.rb', line 37220

def customFieldList
  @customFieldList
end

#endTimeObject

Returns the value of attribute endTime.



37201
37202
37203
# File 'lib/activenetsuite/soap/default.rb', line 37201

def endTime
  @endTime
end

#externalIdObject

Returns the value of attribute externalId.



37202
37203
37204
# File 'lib/activenetsuite/soap/default.rb', line 37202

def externalId
  @externalId
end

#instanceEndObject

Returns the value of attribute instanceEnd.



37203
37204
37205
# File 'lib/activenetsuite/soap/default.rb', line 37203

def instanceEnd
  @instanceEnd
end

#instanceStartObject

Returns the value of attribute instanceStart.



37204
37205
37206
# File 'lib/activenetsuite/soap/default.rb', line 37204

def instanceStart
  @instanceStart
end

#internalIdObject

Returns the value of attribute internalId.



37205
37206
37207
# File 'lib/activenetsuite/soap/default.rb', line 37205

def internalId
  @internalId
end

#lastModifiedDateObject

Returns the value of attribute lastModifiedDate.



37206
37207
37208
# File 'lib/activenetsuite/soap/default.rb', line 37206

def lastModifiedDate
  @lastModifiedDate
end

#locationObject

Returns the value of attribute location.



37207
37208
37209
# File 'lib/activenetsuite/soap/default.rb', line 37207

def location
  @location
end

#markdoneObject

Returns the value of attribute markdone.



37208
37209
37210
# File 'lib/activenetsuite/soap/default.rb', line 37208

def markdone
  @markdone
end

#messageObject

Returns the value of attribute message.



37209
37210
37211
# File 'lib/activenetsuite/soap/default.rb', line 37209

def message
  @message
end

#organizerObject

Returns the value of attribute organizer.



37210
37211
37212
# File 'lib/activenetsuite/soap/default.rb', line 37210

def organizer
  @organizer
end

#ownerObject

Returns the value of attribute owner.



37211
37212
37213
# File 'lib/activenetsuite/soap/default.rb', line 37211

def owner
  @owner
end

#recurrenceObject

Returns the value of attribute recurrence.



37212
37213
37214
# File 'lib/activenetsuite/soap/default.rb', line 37212

def recurrence
  @recurrence
end

#resourceObject

Returns the value of attribute resource.



37213
37214
37215
# File 'lib/activenetsuite/soap/default.rb', line 37213

def resource
  @resource
end

#responseObject

Returns the value of attribute response.



37214
37215
37216
# File 'lib/activenetsuite/soap/default.rb', line 37214

def response
  @response
end

#startDateObject

Returns the value of attribute startDate.



37215
37216
37217
# File 'lib/activenetsuite/soap/default.rb', line 37215

def startDate
  @startDate
end

#startTimeObject

Returns the value of attribute startTime.



37216
37217
37218
# File 'lib/activenetsuite/soap/default.rb', line 37216

def startTime
  @startTime
end

#statusObject

Returns the value of attribute status.



37217
37218
37219
# File 'lib/activenetsuite/soap/default.rb', line 37217

def status
  @status
end

#titleObject

Returns the value of attribute title.



37218
37219
37220
# File 'lib/activenetsuite/soap/default.rb', line 37218

def title
  @title
end

#transactionObject

Returns the value of attribute transaction.



37219
37220
37221
# File 'lib/activenetsuite/soap/default.rb', line 37219

def transaction
  @transaction
end