Class: NetSuite::Records::Employee

Inherits:
Support::Base show all
Includes:
Namespaces::ListEmp, Support::Actions, Support::RecordRefs
Defined in:
lib/netsuite/records/employee.rb

Instance Attribute Summary collapse

Attributes included from Support::Actions

#errors

Class Method Summary collapse

Methods included from Namespaces::ListEmp

#record_namespace

Methods included from Support::RecordRefs

included

Methods included from Support::Actions

included

Methods inherited from Support::Base

#initialize

Methods included from Support::Fields

included

Methods included from Support::Attributes

#attributes, #attributes=, #initialize_from_attributes_hash

Methods included from Support::Records

#record_type, #to_attributes!, #to_record

Methods included from Namespaces::PlatformCore

#record_namespace

Constructor Details

This class inherits a constructor from NetSuite::Support::Base

Instance Attribute Details

#external_idObject

Returns the value of attribute external_id.



25
26
27
# File 'lib/netsuite/records/employee.rb', line 25

def external_id
  @external_id
end

#internal_idObject (readonly)

Returns the value of attribute internal_id.



24
25
26
# File 'lib/netsuite/records/employee.rb', line 24

def internal_id
  @internal_id
end

Class Method Details

.search_class_nameObject



27
28
29
# File 'lib/netsuite/records/employee.rb', line 27

def self.search_class_name
  'Employee'
end