Class: ActiveNetsuite::InventoryDetail

Inherits:
Record
  • Object
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.comInventoryDetail

nullFieldList - ActiveNetsuite::NullField
inventoryAssignmentList - ActiveNetsuite::InventoryAssignmentList
customForm - ActiveNetsuite::RecordRef

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#initialize(nullFieldList = nil, inventoryAssignmentList = nil, customForm = nil) ⇒ InventoryDetail

Returns a new instance of InventoryDetail.



215
216
217
218
219
# File 'lib/activenetsuite/soap/default.rb', line 215

def initialize(nullFieldList = nil, inventoryAssignmentList = nil, customForm = nil)
  @nullFieldList = nullFieldList
  @inventoryAssignmentList = inventoryAssignmentList
  @customForm = customForm
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#customFormObject

Returns the value of attribute customForm.



213
214
215
# File 'lib/activenetsuite/soap/default.rb', line 213

def customForm
  @customForm
end

#inventoryAssignmentListObject

Returns the value of attribute inventoryAssignmentList.



212
213
214
# File 'lib/activenetsuite/soap/default.rb', line 212

def inventoryAssignmentList
  @inventoryAssignmentList
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



211
212
213
# File 'lib/activenetsuite/soap/default.rb', line 211

def nullFieldList
  @nullFieldList
end