Sha256: cf820b12c7c766715bc7d360aaf513ab376cfbb5c332b8e2a91018e28f24fdaa
Contents?: true
Size: 368 Bytes
Versions: 3
Compression:
Stored size: 368 Bytes
Contents
# TalonOne::Tier ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | The internal ID of the tier. | **name** | **String** | The name of the tier. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Tier.new(id: 11, name: bronze) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.2 | docs/Tier.md |
talon_one-3.0.1 | docs/Tier.md |
talon_one-3.0.0 | docs/Tier.md |