Class: Tripwire::Server::ListResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/tripwire/server/types.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



3
4
5
# File 'lib/tripwire/server/types.rb', line 3

def has_more
  @has_more
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



3
4
5
# File 'lib/tripwire/server/types.rb', line 3

def items
  @items
end

#limitObject

Returns the value of attribute limit

Returns:

  • (Object)

    the current value of limit



3
4
5
# File 'lib/tripwire/server/types.rb', line 3

def limit
  @limit
end

#next_cursorObject

Returns the value of attribute next_cursor

Returns:

  • (Object)

    the current value of next_cursor



3
4
5
# File 'lib/tripwire/server/types.rb', line 3

def next_cursor
  @next_cursor
end