Class: ONEAccess::Response::PaginatedResponse

Inherits:
BaseResponse
  • Object
show all
Defined in:
lib/oneaccess/response/paginated_response.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResponse

#api_status_code, #data

Method Summary

Methods included from Serializable

#from_json, #represented_by

Instance Attribute Details

#has_more_recordsObject Also known as: has_more_records?, more_records?

Returns the value of attribute has_more_records.



9
10
11
# File 'lib/oneaccess/response/paginated_response.rb', line 9

def has_more_records
  @has_more_records
end

#total_countObject

Returns the value of attribute total_count.



8
9
10
# File 'lib/oneaccess/response/paginated_response.rb', line 8

def total_count
  @total_count
end