Sha256: 7070fdb7e794fdf488dbd00c52187e03b650e0573c12b0dfba1a6fea33ab6365

Contents?: true

Size: 1.24 KB

Versions: 3

Compression:

Stored size: 1.24 KB

Contents

# Kuapir::DigitalReleaseItem

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **film_id** | **Integer** |  |  |
| **name_ru** | **String** |  |  |
| **name_en** | **String** |  |  |
| **year** | **Integer** |  |  |
| **poster_url** | **String** |  |  |
| **poster_url_preview** | **String** |  |  |
| **countries** | [**Array<Country>**](Country.md) |  |  |
| **genres** | [**Array<Genre>**](Genre.md) |  |  |
| **rating** | **Float** |  |  |
| **rating_vote_count** | **Integer** |  |  |
| **expectations_rating** | **Float** |  |  |
| **expectations_rating_vote_count** | **Integer** |  |  |
| **duration** | **Integer** |  |  |
| **release_date** | **String** |  |  |

## Example

```ruby
require 'kuapir'

instance = Kuapir::DigitalReleaseItem.new(
  film_id: 301,
  name_ru: Дитя погоды,
  name_en: Tenki no ko,
  year: 2019,
  poster_url: http://kinopoiskapiunofficial.tech/images/posters/kp/1219417.jpg,
  poster_url_preview: https://kinopoiskapiunofficial.tech/images/posters/kp_small/301.jpg,
  countries: null,
  genres: null,
  rating: 7.962,
  rating_vote_count: 14502,
  expectations_rating: 99.13,
  expectations_rating_vote_count: 1123,
  duration: 112,
  release_date: 2020-06-01
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kuapir-0.1.4 docs/DigitalReleaseItem.md
kuapir-0.1.3 docs/DigitalReleaseItem.md
kuapir-0.1.2 docs/DigitalReleaseItem.md