Class: ActiveNetsuite::CustomRecordSearchRow
- 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
- ActiveNetsuite::MessageSearchRowBasic
ownerJoin - ActiveNetsuite::EmployeeSearchRowBasic
userJoin - ActiveNetsuite::EmployeeSearchRowBasic
userNotesJoin - ActiveNetsuite::NoteSearchRowBasic
customSearchJoin - ActiveNetsuite::CustomSearchRowBasic
Instance Attribute Summary collapse
-
#basic ⇒ Object
Returns the value of attribute basic.
-
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
-
#fileJoin ⇒ Object
Returns the value of attribute fileJoin.
-
#messagesJoin ⇒ Object
Returns the value of attribute messagesJoin.
-
#ownerJoin ⇒ Object
Returns the value of attribute ownerJoin.
-
#userJoin ⇒ Object
Returns the value of attribute userJoin.
-
#userNotesJoin ⇒ Object
Returns the value of attribute userNotesJoin.
Instance Method Summary collapse
-
#initialize(basic = nil, fileJoin = nil, messagesJoin = nil, ownerJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) ⇒ CustomRecordSearchRow
constructor
A new instance of CustomRecordSearchRow.
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, = nil, ownerJoin = nil, userJoin = nil, userNotesJoin = nil, customSearchJoin = []) @basic = basic @fileJoin = fileJoin = @ownerJoin = ownerJoin @userJoin = userJoin @userNotesJoin = userNotesJoin @customSearchJoin = customSearchJoin end |
Instance Attribute Details
#basic ⇒ Object
Returns the value of attribute basic.
45614 45615 45616 |
# File 'lib/activenetsuite/soap/default.rb', line 45614 def basic @basic end |
#customSearchJoin ⇒ Object
Returns the value of attribute customSearchJoin.
45620 45621 45622 |
# File 'lib/activenetsuite/soap/default.rb', line 45620 def customSearchJoin @customSearchJoin end |
#fileJoin ⇒ Object
Returns the value of attribute fileJoin.
45615 45616 45617 |
# File 'lib/activenetsuite/soap/default.rb', line 45615 def fileJoin @fileJoin end |
#messagesJoin ⇒ Object
Returns the value of attribute messagesJoin.
45616 45617 45618 |
# File 'lib/activenetsuite/soap/default.rb', line 45616 def end |
#ownerJoin ⇒ Object
Returns the value of attribute ownerJoin.
45617 45618 45619 |
# File 'lib/activenetsuite/soap/default.rb', line 45617 def ownerJoin @ownerJoin end |
#userJoin ⇒ Object
Returns the value of attribute userJoin.
45618 45619 45620 |
# File 'lib/activenetsuite/soap/default.rb', line 45618 def userJoin @userJoin end |
#userNotesJoin ⇒ Object
Returns the value of attribute userNotesJoin.
45619 45620 45621 |
# File 'lib/activenetsuite/soap/default.rb', line 45619 def userNotesJoin @userNotesJoin end |