Sha256: 432647da854358974aa7141c79ec3b8d5e7e8ec8fe80519f41bd79608df860b0

Contents?: true

Size: 1.41 KB

Versions: 3

Compression:

Stored size: 1.41 KB

Contents

# Kuapir::PersonResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **person_id** | **Integer** |  |  |
| **web_url** | **String** |  |  |
| **name_ru** | **String** |  |  |
| **name_en** | **String** |  |  |
| **sex** | **String** |  |  |
| **poster_url** | **String** |  |  |
| **growth** | **String** |  |  |
| **birthday** | **String** |  |  |
| **death** | **String** |  |  |
| **age** | **Integer** |  |  |
| **birthplace** | **String** |  |  |
| **deathplace** | **String** |  |  |
| **has_awards** | **Integer** |  |  |
| **profession** | **String** |  |  |
| **facts** | **Array<String>** |  |  |
| **spouses** | [**Array<PersonResponseSpouses>**](PersonResponseSpouses.md) |  |  |
| **films** | [**Array<PersonResponseFilms>**](PersonResponseFilms.md) |  |  |

## Example

```ruby
require 'kuapir'

instance = Kuapir::PersonResponse.new(
  person_id: 66539,
  web_url: 10096,
  name_ru: Винс Гиллиган,
  name_en: Vince Gilligan,
  sex: MALE,
  poster_url: https://kinopoiskapiunofficial.tech/images/actor_posters/kp/10096.jpg,
  growth: 174,
  birthday: 1965-04-04,
  death: 2008-01-22,
  age: 55,
  birthplace: Манхэттэн, Нью-Йорк, США,
  deathplace: Манхэттэн, Нью-Йорк, США,
  has_awards: 1,
  profession: Актер, Продюсер, Сценарист,
  facts: null,
  spouses: null,
  films: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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