Class: Etna::Clients::Magma::QueryRequest
- Inherits:
-
Struct
- Object
- Struct
- Etna::Clients::Magma::QueryRequest
- Includes:
- JsonSerializableStruct
- Defined in:
- lib/etna/clients/magma/models.rb
Instance Attribute Summary collapse
-
#project_name ⇒ Object
Returns the value of attribute project_name.
-
#query ⇒ Object
Returns the value of attribute query.
Method Summary
Methods included from JsonSerializableStruct
Instance Attribute Details
#project_name ⇒ Object
Returns the value of attribute project_name
20 21 22 |
# File 'lib/etna/clients/magma/models.rb', line 20 def project_name @project_name end |
#query ⇒ Object
Returns the value of attribute query
20 21 22 |
# File 'lib/etna/clients/magma/models.rb', line 20 def query @query end |