Sha256: b26adaf671f894811a59167b3f40a408766971d0417d9fca4a071301f4521fff

Contents?: true

Size: 1.31 KB

Versions: 5

Compression:

Stored size: 1.31 KB

Contents

# SunshineConversationsClient::Twitter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The type of integration. | [optional] [default to 'twitter']
**tier** | **String** | Your Twitter app’s tier, sandbox, premium or enterprise. | 
**env_name** | **String** | The Twitter dev environments label (required for sandbox and premium tiers). | [optional] 
**consumer_key** | **String** | The consumer key for your Twitter app. | 
**consumer_secret** | **String** | The consumer key secret for your Twitter app. | 
**access_token_key** | **String** | The access token key obtained from your user via oauth. | [optional] 
**access_token_secret** | **String** | The access token secret obtained from your user via oauth. | 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::Twitter.new(type: null,
                                 tier: null,
                                 env_name: your_env_label,
                                 consumer_key: your_consumer_key,
                                 consumer_secret: your_consumer_secret,
                                 access_token_key: your_access_token_key,
                                 access_token_secret: your_access_token_secret)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.4.1 docs/Twitter.md
sunshine-conversations-client-9.4.0 docs/Twitter.md
sunshine-conversations-client-9.3.0 docs/Twitter.md
sunshine-conversations-client-9.2.0 docs/Twitter.md
sunshine-conversations-client-9.1.1 docs/Twitter.md