Class: NetSuite::Records::GenericField

Inherits:
Object
  • Object
show all
Includes:
Support::Attributes, Support::Fields
Defined in:
lib/netsuite/records/bin_number_list.rb

Overview

TODO this is fairly messy: shouldn’t mix multiple classes in one file might be possible to trash the GenericField as well

Direct Known Subclasses

BinNumber

Instance Method Summary collapse

Methods included from Support::Fields

included

Methods included from Support::Attributes

#attributes, #attributes=, #initialize_from_attributes_hash

Constructor Details

#initialize(attributes = {}) ⇒ GenericField

Returns a new instance of GenericField.



10
11
12
# File 'lib/netsuite/records/bin_number_list.rb', line 10

def initialize(attributes = {})
  self.attributes = attributes
end