Class: NetSuite::Actions::GetDeleted

Inherits:
Object
  • Object
show all
Includes:
Support::Requests
Defined in:
lib/netsuite/actions/get_deleted.rb

Defined Under Namespace

Modules: Support

Instance Method Summary collapse

Methods included from Support::Requests

#call, included

Constructor Details

#initialize(object = nil, options = {}) ⇒ GetDeleted

Returns a new instance of GetDeleted.



6
7
8
9
# File 'lib/netsuite/actions/get_deleted.rb', line 6

def initialize(object = nil, options = {})
  @object  = object
  @options = options
end