class Tourmaline::UniqueGiftSymbol

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, sticker : Tourmaline::Sticker, rarity_per_mille : Int32 | Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

Name of the symbol


[View source]
def name=(name : String) #

Name of the symbol


[View source]
def rarity_per_mille : Int32 | Int64 #

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


[View source]
def rarity_per_mille=(rarity_per_mille : Int32 | Int64) #

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


[View source]
def sticker : Tourmaline::Sticker #

The sticker that represents the unique gift


[View source]
def sticker=(sticker : Tourmaline::Sticker) #

The sticker that represents the unique gift


[View source]