Sha256: a4036a3277083aa3c39bdf7128f931ac8caf0ef23e166c13b0b5df94c56f2306

Contents?: true

Size: 657 Bytes

Versions: 15

Compression:

Stored size: 657 Bytes

Contents

# FinnhubRuby::Development

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **symbol** | **String** | Company symbol. | [optional] |
| **datetime** | **String** | Published time in <code>YYYY-MM-DD HH:MM:SS</code> format. | [optional] |
| **headline** | **String** | Development headline. | [optional] |
| **description** | **String** | Development description. | [optional] |
| **url** | **String** | URL. | [optional] |

## Example

```ruby
require 'finnhub_ruby'

instance = FinnhubRuby::Development.new(
  symbol: null,
  datetime: null,
  headline: null,
  description: null,
  url: null
)
```

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
finnhub_ruby-1.1.19 docs/Development.md
finnhub_ruby-1.1.18 docs/Development.md
finnhub_ruby-1.1.17 docs/Development.md
finnhub_ruby-1.1.16 docs/Development.md
finnhub_ruby-1.1.15 docs/Development.md
finnhub_ruby-1.1.14 docs/Development.md
finnhub_ruby-1.1.13 docs/Development.md
finnhub_ruby-1.1.12 docs/Development.md
finnhub_ruby-1.1.11 docs/Development.md
finnhub_ruby-1.1.10 docs/Development.md
finnhub_ruby-1.1.9 docs/Development.md
finnhub_ruby-1.1.8 docs/Development.md
finnhub_ruby-1.1.7 docs/Development.md
finnhub_ruby-1.1.6 docs/Development.md
finnhub_ruby-1.1.5 docs/Development.md