Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 356 Bytes

MsaspecPaging.md

File metadata and controls

22 lines (16 loc) · 356 Bytes

Falcon::MsaspecPaging

Properties

Name Type Description Notes
limit Integer
offset Integer
total Integer

Example

require 'crimson-falcon'

instance = Falcon::MsaspecPaging.new(
  limit: null,
  offset: null,
  total: null
)