Class: Jquard::Tables::Query::Result
- Inherits:
-
Struct
- Object
- Struct
- Jquard::Tables::Query::Result
- Defined in:
- lib/jquard/tables/query.rb
Instance Attribute Summary collapse
-
#direction ⇒ Object
Returns the value of attribute direction.
-
#from ⇒ Object
Returns the value of attribute from.
-
#page ⇒ Object
Returns the value of attribute page.
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#per_page ⇒ Object
Returns the value of attribute per_page.
-
#records ⇒ Object
Returns the value of attribute records.
-
#sort ⇒ Object
Returns the value of attribute sort.
-
#to ⇒ Object
Returns the value of attribute to.
-
#total_count ⇒ Object
Returns the value of attribute total_count.
Instance Attribute Details
#direction ⇒ Object
Returns the value of attribute direction
7 8 9 |
# File 'lib/jquard/tables/query.rb', line 7 def direction @direction end |
#from ⇒ Object
Returns the value of attribute from
7 8 9 |
# File 'lib/jquard/tables/query.rb', line 7 def from @from end |
#page ⇒ Object
Returns the value of attribute page
7 8 9 |
# File 'lib/jquard/tables/query.rb', line 7 def page @page end |
#pages ⇒ Object
Returns the value of attribute pages
7 8 9 |
# File 'lib/jquard/tables/query.rb', line 7 def pages @pages end |
#per_page ⇒ Object
Returns the value of attribute per_page
7 8 9 |
# File 'lib/jquard/tables/query.rb', line 7 def per_page @per_page end |
#records ⇒ Object
Returns the value of attribute records
7 8 9 |
# File 'lib/jquard/tables/query.rb', line 7 def records @records end |
#sort ⇒ Object
Returns the value of attribute sort
7 8 9 |
# File 'lib/jquard/tables/query.rb', line 7 def sort @sort end |
#to ⇒ Object
Returns the value of attribute to
7 8 9 |
# File 'lib/jquard/tables/query.rb', line 7 def to @to end |
#total_count ⇒ Object
Returns the value of attribute total_count
7 8 9 |
# File 'lib/jquard/tables/query.rb', line 7 def total_count @total_count end |