class Tourmaline::StoryAreaTypeUniqueGift

Overview

Describes a story area pointing to a unique gift. Currently, a story can have at most 1 unique gift area.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, name : String) #

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

[View source]

Instance Method Detail

def name : String #

Unique name of the gift


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

Unique name of the gift


[View source]
def type : String #

Type of the area, always "unique_gift"


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

Type of the area, always "unique_gift"


[View source]