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

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



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

def order
  @order
end

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



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

def page
  @page
end

#page_sizeObject

Returns the value of attribute page_size

Returns:

  • (Object)

    the current value of page_size



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

def page_size
  @page_size
end

#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