Class: ActiveNetsuite::PaycheckJournalCompanyContribution

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

Overview

urn:employees_2013_2urn:employees_2013_2.transactionsurn:employees_2013_2.transactions.webservicesurn:employees_2013_2.transactions.webservices.netsuiteurn:employees_2013_2.transactions.webservices.netsuite.comPaycheckJournalCompanyContribution

id - SOAP::SOAPLong
payrollItem - ActiveNetsuite::RecordRef
amount - SOAP::SOAPDouble
department - ActiveNetsuite::RecordRef
m_class - ActiveNetsuite::RecordRef
location - ActiveNetsuite::RecordRef
customFieldList - ActiveNetsuite::CustomFieldList

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, payrollItem = nil, amount = nil, department = nil, v_class = nil, location = nil, customFieldList = nil) ⇒ PaycheckJournalCompanyContribution

Returns a new instance of PaycheckJournalCompanyContribution.



62265
62266
62267
62268
62269
62270
62271
62272
62273
# File 'lib/activenetsuite/soap/default.rb', line 62265

def initialize(id = nil, payrollItem = nil, amount = nil, department = nil, v_class = nil, location = nil, customFieldList = nil)
  @id = id
  @payrollItem = payrollItem
  @amount = amount
  @department = department
  @v_class = v_class
  @location = location
  @customFieldList = customFieldList
end

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



62252
62253
62254
# File 'lib/activenetsuite/soap/default.rb', line 62252

def amount
  @amount
end

#customFieldListObject

Returns the value of attribute customFieldList.



62255
62256
62257
# File 'lib/activenetsuite/soap/default.rb', line 62255

def customFieldList
  @customFieldList
end

#departmentObject

Returns the value of attribute department.



62253
62254
62255
# File 'lib/activenetsuite/soap/default.rb', line 62253

def department
  @department
end

#idObject

Returns the value of attribute id.



62250
62251
62252
# File 'lib/activenetsuite/soap/default.rb', line 62250

def id
  @id
end

#locationObject

Returns the value of attribute location.



62254
62255
62256
# File 'lib/activenetsuite/soap/default.rb', line 62254

def location
  @location
end

#payrollItemObject

Returns the value of attribute payrollItem.



62251
62252
62253
# File 'lib/activenetsuite/soap/default.rb', line 62251

def payrollItem
  @payrollItem
end

Instance Method Details

#m_classObject



62257
62258
62259
# File 'lib/activenetsuite/soap/default.rb', line 62257

def m_class
  @v_class
end

#m_class=(value) ⇒ Object



62261
62262
62263
# File 'lib/activenetsuite/soap/default.rb', line 62261

def m_class=(value)
  @v_class = value
end