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
27 28 29 30 |
# File 'lib/aspera/api/node.rb', line 27 def initialize(api, id) @node_api = api @file_id = id end |
Instance Attribute Details
#file_id ⇒ Object (readonly)
22 23 24 |
# File 'lib/aspera/api/node.rb', line 22 def file_id @file_id end |
#node_api ⇒ Object (readonly)
20 21 22 |
# File 'lib/aspera/api/node.rb', line 20 def node_api @node_api end |