Class: NetSuite::Actions::GetDeleted
- Inherits:
-
AbstractAction
- Object
- AbstractAction
- NetSuite::Actions::GetDeleted
- Includes:
- Support::Requests
- Defined in:
- lib/netsuite/actions/get_deleted.rb
Defined Under Namespace
Modules: Support
Instance Method Summary collapse
-
#initialize(object = nil, options = {}) ⇒ GetDeleted
constructor
A new instance of GetDeleted.
Methods included from Support::Requests
Methods inherited from AbstractAction
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, = {}) @object = object @options = end |