Class: Etna::Clients::Janus::GetStatsRequest
- Inherits:
-
Struct
- Object
- Struct
- Etna::Clients::Janus::GetStatsRequest
- Includes:
- JsonSerializableStruct
- Defined in:
- lib/etna/clients/janus/models.rb
Instance Attribute Summary collapse
-
#project_names ⇒ Object
Returns the value of attribute project_names.
Instance Method Summary collapse
-
#initialize(**params) ⇒ GetStatsRequest
constructor
A new instance of GetStatsRequest.
Methods included from JsonSerializableStruct
Constructor Details
#initialize(**params) ⇒ GetStatsRequest
Returns a new instance of GetStatsRequest.
147 148 149 |
# File 'lib/etna/clients/janus/models.rb', line 147 def initialize(**params) super({}.update(params)) end |
Instance Attribute Details
#project_names ⇒ Object
Returns the value of attribute project_names
144 145 146 |
# File 'lib/etna/clients/janus/models.rb', line 144 def project_names @project_names end |