Sha256: 15b845167e1f70f2b463d60cfd1ecd53abe80f8902f422465763987839e9eeee
Contents?: true
Size: 702 Bytes
Versions: 3
Compression:
Stored size: 702 Bytes
Contents
# Kuapir::StaffResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **staff_id** | **Integer** | | | | **name_ru** | **String** | | | | **name_en** | **String** | | | | **description** | **String** | | | | **poster_url** | **String** | | | | **profession_text** | **String** | | | | **profession_key** | **String** | | | ## Example ```ruby require 'kuapir' instance = Kuapir::StaffResponse.new( staff_id: 66539, name_ru: Винс Гиллиган, name_en: Vince Gilligan, description: Neo, poster_url: https://st.kp.yandex.net/images/actor/66539.jpg, profession_text: Режиссеры, profession_key: DIRECTOR ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kuapir-0.1.4 | docs/StaffResponse.md |
kuapir-0.1.3 | docs/StaffResponse.md |
kuapir-0.1.2 | docs/StaffResponse.md |