Class: Etna::Clients::Metis::AuthorizeUploadRequest

Inherits:
Struct
  • Object
show all
Includes:
JsonSerializableStruct
Defined in:
lib/etna/clients/metis/models.rb

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializableStruct

#as_json, included, #to_json

Instance Attribute Details

#bucket_nameObject

Returns the value of attribute bucket_name

Returns:

  • (Object)

    the current value of bucket_name



284
285
286
# File 'lib/etna/clients/metis/models.rb', line 284

def bucket_name
  @bucket_name
end

#file_pathObject

Returns the value of attribute file_path

Returns:

  • (Object)

    the current value of file_path



284
285
286
# File 'lib/etna/clients/metis/models.rb', line 284

def file_path
  @file_path
end

#project_nameObject

Returns the value of attribute project_name

Returns:

  • (Object)

    the current value of project_name



284
285
286
# File 'lib/etna/clients/metis/models.rb', line 284

def project_name
  @project_name
end