Sha256: 24cbab054218fa21ef1f6befb979ddde8473427c1c25995862a4828c2f95915a

Contents?: true

Size: 742 Bytes

Versions: 3

Compression:

Stored size: 742 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 first appointed as executive/director of the company | [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

3 entries across 3 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.19 docs/Company.md
finnhub_ruby-1.1.18 docs/Company.md
finnhub_ruby-1.1.17 docs/Company.md