Sha256: b47642abac8bf22774f82dd498d1b46b26b62ed75117acce71ac7876b412d51b
Contents?: true
Size: 566 Bytes
Versions: 3
Compression:
Stored size: 566 Bytes
Contents
# Kuapir::Distribution ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | | | | **sub_type** | **String** | | | | **date** | **String** | | | | **re_release** | **Boolean** | | | | **country** | [**Country**](Country.md) | | | | **companies** | [**Array<Company>**](Company.md) | | | ## Example ```ruby require 'kuapir' instance = Kuapir::Distribution.new( type: PREMIERE, sub_type: CINEMA, date: 1999-05-07, re_release: false, country: null, companies: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
kuapir-0.1.4 | docs/Distribution.md |
kuapir-0.1.3 | docs/Distribution.md |
kuapir-0.1.2 | docs/Distribution.md |