Sha256: 4acba13e3f0eecd9202274fac41737a62cd3e2de4d9b4f0feb0c39b7571e05f5
Contents?: true
Size: 356 Bytes
Versions: 2
Compression:
Stored size: 356 Bytes
Contents
# MxPlatformRuby::ChallengeOptions ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **label** | **String** | | [optional] | | **value** | **String** | | [optional] | ## Example ```ruby require 'mx-platform-ruby' instance = MxPlatformRuby::ChallengeOptions.new( label: IMAGE_1, value: image_data ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mx-platform-ruby-0.3.0 | docs/ChallengeOptions.md |
mx-platform-ruby-0.2.1 | docs/ChallengeOptions.md |