Class: AppMap::Command::UploadResponse
- Inherits:
-
Struct
- Object
- Struct
- AppMap::Command::UploadResponse
- Defined in:
- lib/appmap/command/upload.rb
Instance Attribute Summary collapse
-
#batch_id ⇒ Object
Returns the value of attribute batch_id.
-
#scenario_uuid ⇒ Object
Returns the value of attribute scenario_uuid.
Instance Attribute Details
#batch_id ⇒ Object
Returns the value of attribute batch_id
6 7 8 |
# File 'lib/appmap/command/upload.rb', line 6 def batch_id @batch_id end |
#scenario_uuid ⇒ Object
Returns the value of attribute scenario_uuid
6 7 8 |
# File 'lib/appmap/command/upload.rb', line 6 def scenario_uuid @scenario_uuid end |