Class: AxHub::RawDbTableRows
- Inherits:
-
Struct
- Object
- Struct
- AxHub::RawDbTableRows
- Defined in:
- lib/axhub_sdk/raw_db.rb
Instance Attribute Summary collapse
-
#has_more ⇒ Object
Returns the value of attribute has_more.
-
#page ⇒ Object
Returns the value of attribute page.
-
#per_page ⇒ Object
Returns the value of attribute per_page.
-
#rows ⇒ Object
Returns the value of attribute rows.
Instance Attribute Details
#has_more ⇒ Object
Returns the value of attribute has_more
12 13 14 |
# File 'lib/axhub_sdk/raw_db.rb', line 12 def has_more @has_more end |
#page ⇒ Object
Returns the value of attribute page
12 13 14 |
# File 'lib/axhub_sdk/raw_db.rb', line 12 def page @page end |
#per_page ⇒ Object
Returns the value of attribute per_page
12 13 14 |
# File 'lib/axhub_sdk/raw_db.rb', line 12 def per_page @per_page end |
#rows ⇒ Object
Returns the value of attribute rows
12 13 14 |
# File 'lib/axhub_sdk/raw_db.rb', line 12 def rows @rows end |