Class: Etna::Clients::Magma::QueryRequest

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

Instance Attribute Summary collapse

Method Summary

Methods included from JsonSerializableStruct

#as_json, included, #to_json

Instance Attribute Details

#project_nameObject

Returns the value of attribute project_name

Returns:

  • (Object)

    the current value of project_name



21
22
23
# File 'lib/etna/clients/magma/models.rb', line 21

def project_name
  @project_name
end

#queryObject

Returns the value of attribute query

Returns:

  • (Object)

    the current value of query



21
22
23
# File 'lib/etna/clients/magma/models.rb', line 21

def query
  @query
end