Sha256: f301967561c4f450e78da28b21a1f9c9e079c2a672e18b3a86f7f288c2823b4d

Contents?: true

Size: 589 Bytes

Versions: 1971

Compression:

Stored size: 589 Bytes

Contents

# CybridApiBank::QuoteListBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **total** | **Integer** | The total number of records available. |  |
| **page** | **Integer** | The page index to retrieve. |  |
| **per_page** | **Integer** | The number of entities per page to return. |  |
| **objects** | [**Array<QuoteBankModel>**](QuoteBankModel.md) |  |  |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::QuoteListBankModel.new(
  total: null,
  page: null,
  per_page: null,
  objects: null
)
```

Version data entries

1,971 entries across 1,971 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.1.10 docs/QuoteListBankModel.md
cybrid_api_bank_ruby-0.1.9 docs/QuoteListBankModel.md
cybrid_api_bank_ruby-0.1.8 docs/QuoteListBankModel.md
cybrid_api_bank_ruby-0.1.7 docs/QuoteListBankModel.md
cybrid_api_bank_ruby-0.1.6 docs/QuoteListBankModel.md
cybrid_api_bank_ruby-0.1.4 docs/QuoteListBankModel.md
cybrid_api_bank_ruby-0.1.3 docs/QuoteListBankModel.md
cybrid_api_bank_ruby-0.1.2 docs/QuoteListBankModel.md
cybrid_api_bank_ruby-0.1.0 docs/QuoteListBankModel.md
cybrid_api_bank_ruby-0.0.36 docs/QuoteListBankModel.md
cybrid_api_bank_ruby-0.0.35 docs/QuoteListBankModel.md