Class: NetSuite::Records::NullFieldList
- Inherits:
-
Object
- Object
- NetSuite::Records::NullFieldList
- Includes:
- Namespaces::PlatformCore, Support::Fields, Support::Records
- Defined in:
- lib/netsuite/records/null_field_list.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ NullFieldList
constructor
A new instance of NullFieldList.
Methods included from Namespaces::PlatformCore
Methods included from Support::Records
#netsuite_type, netsuite_type, #record_type, #record_type_without_namespace, record_type_without_namespace, #refresh, #to_attributes!, #to_record
Methods included from Support::Attributes
#attributes, #attributes=, #initialize_from_attributes_hash
Methods included from Support::Fields
Constructor Details
#initialize(attributes = {}) ⇒ NullFieldList
Returns a new instance of NullFieldList.
10 11 12 |
# File 'lib/netsuite/records/null_field_list.rb', line 10 def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end |