class

Tourmaline::UniqueGiftBackdrop

Inherits JSON::Serializable < Reference < Object

This object describes the backdrop of a unique gift.

Constructors

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

Instance methods

colors

Colors of the backdrop

Source

Colors of the backdrop

Source
name

Name of the backdrop

Source
name=(name : String)

Name of the backdrop

Source
rarity_per_mille

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

Source
rarity_per_mille=(rarity_per_mille : Int32 | Int64)

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

Source