Sha256: 7b20c9ead0f61aa57efff686185c8d74cf26fa1ebe57c1729e8454e7cd32b1cf

Contents?: true

Size: 699 Bytes

Versions: 13

Compression:

Stored size: 699 Bytes

Contents

# FinnhubRuby::Company

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Executive name | [optional] |
| **age** | **Integer** | Age | [optional] |
| **title** | **String** | Title | [optional] |
| **since** | **String** | Year appointed | [optional] |
| **sex** | **String** | Sex | [optional] |
| **compensation** | **Integer** | Total compensation | [optional] |
| **currency** | **String** | Compensation currency | [optional] |

## Example

```ruby
require 'finnhub_ruby'

instance = FinnhubRuby::Company.new(
  name: null,
  age: null,
  title: null,
  since: null,
  sex: null,
  compensation: null,
  currency: null
)
```

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.16 docs/Company.md
finnhub_ruby-1.1.15 docs/Company.md
finnhub_ruby-1.1.14 docs/Company.md
finnhub_ruby-1.1.13 docs/Company.md
finnhub_ruby-1.1.12 docs/Company.md
finnhub_ruby-1.1.11 docs/Company.md
finnhub_ruby-1.1.10 docs/Company.md
finnhub_ruby-1.1.9 docs/Company.md
finnhub_ruby-1.1.8 docs/Company.md
finnhub_ruby-1.1.7 docs/Company.md
finnhub_ruby-1.1.6 docs/Company.md
finnhub_ruby-1.1.5 docs/Company.md
finnhub_ruby-1.1.4 docs/Company.md