Sha256: 122897dbcda727e20fe5c6837ff63b93f662aa12acf3802561bf6de0109b28fd
Contents?: true
Size: 479 Bytes
Versions: 2
Compression:
Stored size: 479 Bytes
Contents
# DaDaPushClient::Action ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | action button name | **type** | **String** | fix value: link | **url** | **String** | action url | ## Code Sample ```ruby require 'DaDaPushClient' instance = DaDaPushClient::Action.new(name: VIEW, type: link, url: https://www.dadapush.com/) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dadapush_client-1.0.1 | docs/Action.md |
dadapush_client-1.0.0 | docs/Action.md |