Class: ActiveNetsuite::CustomRecordSearchRow

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

Overview

urn:customization_2013_2urn:customization_2013_2.setupurn:customization_2013_2.setup.webservicesurn:customization_2013_2.setup.webservices.netsuiteurn:customization_2013_2.setup.webservices.netsuite.comCustomRecordSearchRow

basic - ActiveNetsuite::CustomRecordSearchRowBasic
fileJoin - ActiveNetsuite::FileSearchRowBasic
messagesJoin - ActiveNetsuite::MessageSearchRowBasic
ownerJoin - ActiveNetsuite::EmployeeSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
userNotesJoin - ActiveNetsuite::NoteSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(basic = nil, fileJoin = nil, messagesJoin = nil, ownerJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) ⇒ CustomRecordSearchRow



45622
45623
45624
45625
45626
45627
45628
45629
45630
# File 'lib/activenetsuite/soap/default.rb', line 45622

def initialize(basic = nil, fileJoin = nil, messagesJoin = nil, ownerJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = [])
  @basic = basic
  @fileJoin = fileJoin
  @messagesJoin = messagesJoin
  @ownerJoin = ownerJoin
  @userJoin = userJoin
  @userNotesJoin = userNotesJoin
  @customSearchJoin = customSearchJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



45614
45615
45616
# File 'lib/activenetsuite/soap/default.rb', line 45614

def basic
  @basic
end

#customSearchJoinObject

Returns the value of attribute customSearchJoin.



45620
45621
45622
# File 'lib/activenetsuite/soap/default.rb', line 45620

def customSearchJoin
  @customSearchJoin
end

#fileJoinObject

Returns the value of attribute fileJoin.



45615
45616
45617
# File 'lib/activenetsuite/soap/default.rb', line 45615

def fileJoin
  @fileJoin
end

#messagesJoinObject

Returns the value of attribute messagesJoin.



45616
45617
45618
# File 'lib/activenetsuite/soap/default.rb', line 45616

def messagesJoin
  @messagesJoin
end

#ownerJoinObject

Returns the value of attribute ownerJoin.



45617
45618
45619
# File 'lib/activenetsuite/soap/default.rb', line 45617

def ownerJoin
  @ownerJoin
end

#userJoinObject

Returns the value of attribute userJoin.



45618
45619
45620
# File 'lib/activenetsuite/soap/default.rb', line 45618

def userJoin
  @userJoin
end

#userNotesJoinObject

Returns the value of attribute userNotesJoin.



45619
45620
45621
# File 'lib/activenetsuite/soap/default.rb', line 45619

def userNotesJoin
  @userNotesJoin
end