class

Tourmaline::UniqueGiftSymbol

Inherits JSON::Serializable < Reference < Object

This object describes the symbol shown on the pattern of a unique gift.

Constructors

new(name : String, sticker : Tourmaline::Sticker, rarity_per_mille : Int32 | Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

name

Name of the symbol

Source
name=(name : String)

Name of the symbol

Source
rarity_per_mille

The number of unique gifts that receive this model for every 1000 gifts upgraded

Source
rarity_per_mille=(rarity_per_mille : Int32 | Int64)

The number of unique gifts that receive this model for every 1000 gifts upgraded

Source
sticker

The sticker that represents the unique gift

Source
sticker=(sticker : Tourmaline::Sticker)

The sticker that represents the unique gift

Source