Sha256: 2697f4f91c0af776672ce453d1522ea29220e5dbf472847d713708bad03e091e

Contents?: true

Size: 296 Bytes

Versions: 5

Compression:

Stored size: 296 Bytes

Contents

module NetSuite
  module Records
    class NullFieldList
      include Support::Fields
      include Support::Records
      include Namespaces::PlatformCore

      fields :name

      def initialize(attributes = {})
        initialize_from_attributes_hash(attributes)
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
netsuite-0.9.3 lib/netsuite/records/null_field_list.rb
netsuite-0.9.2 lib/netsuite/records/null_field_list.rb
netsuite-0.9.1 lib/netsuite/records/null_field_list.rb
netsuite-0.9.0 lib/netsuite/records/null_field_list.rb
netsuite-0.8.12 lib/netsuite/records/null_field_list.rb