Sha256: a7d5bde83ba044397078a8d64ced507c62f965e05c0f5cb5fd763585bf41e005

Contents?: true

Size: 455 Bytes

Versions: 3

Compression:

Stored size: 455 Bytes

Contents

# Kuapir::BoxOffice

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** |  |  |
| **amount** | **Integer** |  |  |
| **currency_code** | **String** |  |  |
| **name** | **String** |  |  |
| **symbol** | **String** |  |  |

## Example

```ruby
require 'kuapir'

instance = Kuapir::BoxOffice.new(
  type: BUDGET,
  amount: 63000000,
  currency_code: USD,
  name: US Dollar,
  symbol: $
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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