Class: Etna::Clients::Metis::GetFileCountByProjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Etna::Clients::Metis::GetFileCountByProjectRequest
- Includes:
- JsonSerializableStruct
- Defined in:
- lib/etna/clients/metis/models.rb
Instance Attribute Summary collapse
-
#project_names ⇒ Object
Returns the value of attribute project_names.
Instance Method Summary collapse
-
#initialize(**params) ⇒ GetFileCountByProjectRequest
constructor
A new instance of GetFileCountByProjectRequest.
Methods included from JsonSerializableStruct
Constructor Details
#initialize(**params) ⇒ GetFileCountByProjectRequest
Returns a new instance of GetFileCountByProjectRequest.
463 464 465 |
# File 'lib/etna/clients/metis/models.rb', line 463 def initialize(**params) super({}.update(params)) end |
Instance Attribute Details
#project_names ⇒ Object
Returns the value of attribute project_names
460 461 462 |
# File 'lib/etna/clients/metis/models.rb', line 460 def project_names @project_names end |