class Tourmaline::Gifts

Overview

This object represent a list of gifts.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(gifts : Array(Tourmaline::Gift) = [] of Tourmaline::Gift) #

[View source]

Instance Method Detail

def gifts : Array(Tourmaline::Gift) #

The list of gifts


[View source]
def gifts=(gifts : Array(Tourmaline::Gift)) #

The list of gifts


[View source]