Class: AxHub::RawDbTableRows

Inherits:
Struct
  • Object
show all
Defined in:
lib/axhub_sdk/raw_db.rb

Instance Attribute Summary collapse

Instance Attribute Details

#has_moreObject

Returns the value of attribute has_more

Returns:

  • (Object)

    the current value of has_more



12
13
14
# File 'lib/axhub_sdk/raw_db.rb', line 12

def has_more
  @has_more
end

#pageObject

Returns the value of attribute page

Returns:

  • (Object)

    the current value of page



12
13
14
# File 'lib/axhub_sdk/raw_db.rb', line 12

def page
  @page
end

#per_pageObject

Returns the value of attribute per_page

Returns:

  • (Object)

    the current value of per_page



12
13
14
# File 'lib/axhub_sdk/raw_db.rb', line 12

def per_page
  @per_page
end

#rowsObject

Returns the value of attribute rows

Returns:

  • (Object)

    the current value of rows



12
13
14
# File 'lib/axhub_sdk/raw_db.rb', line 12

def rows
  @rows
end