class NetSuite::Records::CustomListCustomValue

Public Class Methods

new(attributes = {}) click to toggle source

field valueLanguageValueList

# File lib/netsuite/records/custom_list_custom_value.rb, line 14
def initialize(attributes = {})
  @internal_id = attributes.delete(:internal_id) || attributes.delete(:@internal_id)
  @external_id = attributes.delete(:external_id) || attributes.delete(:@external_id)
  initialize_from_attributes_hash(attributes)
end