Class: NetSuite::Actions::AttachFile
- Inherits:
-
AbstractAction
- Object
- AbstractAction
- NetSuite::Actions::AttachFile
- Includes:
- Support::Requests
- Defined in:
- lib/netsuite/actions/attach_file.rb
Defined Under Namespace
Modules: Support
Instance Method Summary collapse
-
#initialize(object, file) ⇒ AttachFile
constructor
A new instance of AttachFile.
Methods included from Support::Requests
Methods inherited from AbstractAction
Constructor Details
#initialize(object, file) ⇒ AttachFile
Returns a new instance of AttachFile.
6 7 8 9 |
# File 'lib/netsuite/actions/attach_file.rb', line 6 def initialize(object, file) @object = object @file = file end |