Class: NetSuite::Records::CustomListCustomValue
- Inherits:
-
Object
- Object
- NetSuite::Records::CustomListCustomValue
- Includes:
- Namespaces::SetupCustom, Support::Fields, Support::Records
- Defined in:
- lib/netsuite/records/custom_list_custom_value.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ CustomListCustomValue
constructor
field valueLanguageValueList.
Methods included from Namespaces::SetupCustom
Methods included from Support::Fields
Methods included from Support::Attributes
#attributes, #attributes=, #initialize_from_attributes_hash
Methods included from Support::Records
#record_type, #refresh, #to_attributes!, #to_record
Methods included from Namespaces::PlatformCore
Constructor Details
#initialize(attributes = {}) ⇒ CustomListCustomValue
field valueLanguageValueList
14 15 16 17 18 |
# 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 |