Class: NetSuite::Records::Partner
- Inherits:
-
Support::Base
- Object
- Support::Base
- NetSuite::Records::Partner
- Includes:
- Namespaces::ListRel, Support::Actions, Support::RecordRefs
- Defined in:
- lib/netsuite/records/partner.rb
Instance Attribute Summary collapse
-
#internal_id ⇒ Object
readonly
Returns the value of attribute internal_id.
Attributes included from Support::Actions
Method Summary
Methods included from Namespaces::ListRel
Methods included from Support::RecordRefs
Methods included from Support::Actions
Methods inherited from Support::Base
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
This class inherits a constructor from NetSuite::Support::Base
Instance Attribute Details
#internal_id ⇒ Object (readonly)
Returns the value of attribute internal_id.
19 20 21 |
# File 'lib/netsuite/records/partner.rb', line 19 def internal_id @internal_id end |