Class: NetSuite::Records::Duration

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

Instance Method Summary collapse

Methods included from Support::Records

#record_type, #to_attributes!, #to_record

Methods included from Namespaces::PlatformCore

#record_namespace

Methods included from Support::Attributes

#attributes, #attributes=, #initialize_from_attributes_hash

Methods included from Support::Fields

included

Constructor Details

#initialize(attributes = {}) ⇒ Duration

Returns a new instance of Duration.



9
10
11
# File 'lib/netsuite/records/duration.rb', line 9

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