Class: Aspera::Api::NodeFileId
- Inherits:
-
Object
- Object
- Aspera::Api::NodeFileId
- Defined in:
- lib/aspera/api/node.rb
Overview
Combination of Node API with access key and file identifier on that node
Instance Attribute Summary collapse
- #file_id ⇒ Object readonly
- #node_api ⇒ Object readonly
Instance Method Summary collapse
-
#initialize(api, id) ⇒ NodeFileId
constructor
Initialize a new instance of NodeFileId.
Constructor Details
#initialize(api, id) ⇒ NodeFileId
Initialize a new instance of NodeFileId
30 31 32 33 |
# File 'lib/aspera/api/node.rb', line 30 def initialize(api, id) @node_api = api @file_id = id end |
Instance Attribute Details
#file_id ⇒ Object (readonly)
25 26 27 |
# File 'lib/aspera/api/node.rb', line 25 def file_id @file_id end |
#node_api ⇒ Object (readonly)
23 24 25 |
# File 'lib/aspera/api/node.rb', line 23 def node_api @node_api end |