Class: ActiveNetsuite::PaymentMethodSearch

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

Overview

urn:accounting_2013_2urn:accounting_2013_2.listsurn:accounting_2013_2.lists.webservicesurn:accounting_2013_2.lists.webservices.netsuiteurn:accounting_2013_2.lists.webservices.netsuite.comPaymentMethodSearch

basic - ActiveNetsuite::PaymentMethodSearchBasic
userJoin - ActiveNetsuite::EmployeeSearchBasic

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from SearchRecord

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

Constructor Details

#initialize(basic = nil, userJoin = nil) ⇒ PaymentMethodSearch

Returns a new instance of PaymentMethodSearch.



33906
33907
33908
33909
# File 'lib/activenetsuite/soap/default.rb', line 33906

def initialize(basic = nil, userJoin = nil)
  @basic = basic
  @userJoin = userJoin
end

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



33903
33904
33905
# File 'lib/activenetsuite/soap/default.rb', line 33903

def basic
  @basic
end

#userJoinObject

Returns the value of attribute userJoin.



33904
33905
33906
# File 'lib/activenetsuite/soap/default.rb', line 33904

def userJoin
  @userJoin
end