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