Class: NetSuite::Records::ItemVendor
- Inherits:
-
Object
- Object
- NetSuite::Records::ItemVendor
- Defined in:
- lib/netsuite/records/item_vendor.rb
Instance Method Summary collapse
-
#initialize(attributes = {}) ⇒ ItemVendor
constructor
A new instance of ItemVendor.
Methods included from Namespaces::ListAcct
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 Namespaces::PlatformCore
Methods included from Support::Attributes
#attributes, #attributes=, #initialize_from_attributes_hash
Methods included from Support::RecordRefs
Methods included from Support::Fields
Constructor Details
#initialize(attributes = {}) ⇒ ItemVendor
Returns a new instance of ItemVendor.
19 20 21 |
# File 'lib/netsuite/records/item_vendor.rb', line 19 def initialize(attributes = {}) initialize_from_attributes_hash(attributes) end |