Class: Warrant::ListResponse
- Inherits:
-
Object
- Object
- Warrant::ListResponse
- Defined in:
- lib/warrant/models/list_response.rb
Instance Attribute Summary collapse
-
#next_cursor ⇒ Object
readonly
Returns the value of attribute next_cursor.
-
#prev_cursor ⇒ Object
readonly
Returns the value of attribute prev_cursor.
-
#results ⇒ Object
readonly
Returns the value of attribute results.
Instance Attribute Details
#next_cursor ⇒ Object (readonly)
Returns the value of attribute next_cursor.
5 6 7 |
# File 'lib/warrant/models/list_response.rb', line 5 def next_cursor @next_cursor end |
#prev_cursor ⇒ Object (readonly)
Returns the value of attribute prev_cursor.
5 6 7 |
# File 'lib/warrant/models/list_response.rb', line 5 def prev_cursor @prev_cursor end |
#results ⇒ Object (readonly)
Returns the value of attribute results.
5 6 7 |
# File 'lib/warrant/models/list_response.rb', line 5 def results @results end |