Class: Tripwire::Server::ListResult
- Inherits:
-
Struct
- Object
- Struct
- Tripwire::Server::ListResult
- Defined in:
- lib/tripwire/server/types.rb
Instance Attribute Summary collapse
-
#has_more ⇒ Object
Returns the value of attribute has_more.
-
#items ⇒ Object
Returns the value of attribute items.
-
#limit ⇒ Object
Returns the value of attribute limit.
-
#next_cursor ⇒ Object
Returns the value of attribute next_cursor.
Instance Attribute Details
#has_more ⇒ Object
Returns the value of attribute has_more
3 4 5 |
# File 'lib/tripwire/server/types.rb', line 3 def has_more @has_more end |
#items ⇒ Object
Returns the value of attribute items
3 4 5 |
# File 'lib/tripwire/server/types.rb', line 3 def items @items end |
#limit ⇒ Object
Returns the value of attribute limit
3 4 5 |
# File 'lib/tripwire/server/types.rb', line 3 def limit @limit end |
#next_cursor ⇒ Object
Returns the value of attribute next_cursor
3 4 5 |
# File 'lib/tripwire/server/types.rb', line 3 def next_cursor @next_cursor end |