Class: Etna::Clients::Metis::AuthorizeDownloadRequest
- Inherits:
-
Struct
- Object
- Struct
- Etna::Clients::Metis::AuthorizeDownloadRequest
- Includes:
- JsonSerializableStruct
- Defined in:
- lib/etna/clients/metis/models.rb
Instance Attribute Summary collapse
-
#bucket_name ⇒ Object
Returns the value of attribute bucket_name.
-
#file_path ⇒ Object
Returns the value of attribute file_path.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
Method Summary
Methods included from JsonSerializableStruct
Instance Attribute Details
#bucket_name ⇒ Object
Returns the value of attribute bucket_name
407 408 409 |
# File 'lib/etna/clients/metis/models.rb', line 407 def bucket_name @bucket_name end |
#file_path ⇒ Object
Returns the value of attribute file_path
407 408 409 |
# File 'lib/etna/clients/metis/models.rb', line 407 def file_path @file_path end |
#project_name ⇒ Object
Returns the value of attribute project_name
407 408 409 |
# File 'lib/etna/clients/metis/models.rb', line 407 def project_name @project_name end |