Class: RDBr::Query::Relational::GroupRequest

Inherits:
Data
  • Object
show all
Defined in:
lib/rdbr/query/relational.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject (readonly)

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



8
9
10
# File 'lib/rdbr/query/relational.rb', line 8

def column
  @column
end

#filtersObject (readonly)

Returns the value of attribute filters

Returns:

  • (Object)

    the current value of filters



8
9
10
# File 'lib/rdbr/query/relational.rb', line 8

def filters
  @filters
end

#namespaceObject (readonly)

Returns the value of attribute namespace

Returns:

  • (Object)

    the current value of namespace



8
9
10
# File 'lib/rdbr/query/relational.rb', line 8

def namespace
  @namespace
end

#page_numberObject (readonly)

Returns the value of attribute page_number

Returns:

  • (Object)

    the current value of page_number



8
9
10
# File 'lib/rdbr/query/relational.rb', line 8

def page_number
  @page_number
end

#page_sizeObject (readonly)

Returns the value of attribute page_size

Returns:

  • (Object)

    the current value of page_size



8
9
10
# File 'lib/rdbr/query/relational.rb', line 8

def page_size
  @page_size
end

#relationObject (readonly)

Returns the value of attribute relation

Returns:

  • (Object)

    the current value of relation



8
9
10
# File 'lib/rdbr/query/relational.rb', line 8

def relation
  @relation
end

#searchObject (readonly)

Returns the value of attribute search

Returns:

  • (Object)

    the current value of search



8
9
10
# File 'lib/rdbr/query/relational.rb', line 8

def search
  @search
end