Class: AxHub::Data::PaginatedList

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

Instance Attribute Summary collapse

Instance Attribute Details

#first_cursorObject

Returns the value of attribute first_cursor

Returns:

  • (Object)

    the current value of first_cursor



15
16
17
# File 'lib/axhub_sdk/data/pagination.rb', line 15

def first_cursor
  @first_cursor
end

#has_nextObject

Returns the value of attribute has_next

Returns:

  • (Object)

    the current value of has_next



15
16
17
# File 'lib/axhub_sdk/data/pagination.rb', line 15

def has_next
  @has_next
end

#has_prevObject

Returns the value of attribute has_prev

Returns:

  • (Object)

    the current value of has_prev



15
16
17
# File 'lib/axhub_sdk/data/pagination.rb', line 15

def has_prev
  @has_prev
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



15
16
17
# File 'lib/axhub_sdk/data/pagination.rb', line 15

def items
  @items
end

#next_cursorObject

Returns the value of attribute next_cursor

Returns:

  • (Object)

    the current value of next_cursor



15
16
17
# File 'lib/axhub_sdk/data/pagination.rb', line 15

def next_cursor
  @next_cursor
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



15
16
17
# File 'lib/axhub_sdk/data/pagination.rb', line 15

def total
  @total
end

#total_is_exactObject

Returns the value of attribute total_is_exact

Returns:

  • (Object)

    the current value of total_is_exact



15
16
17
# File 'lib/axhub_sdk/data/pagination.rb', line 15

def total_is_exact
  @total_is_exact
end