struct TCGPlayer::Category::Group

Included Modules

Defined in:

tcg-player/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def abbreviation : String #

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

[View source]
def category_id : Int32 #

[View source]
def category_id=(category_id : Int32) #

[View source]
def group_id : Int32 #

[View source]
def group_id=(group_id : Int32) #

[View source]
def is_supplemental : Bool #

[View source]
def is_supplemental=(is_supplemental : Bool) #

[View source]
def modified_on : String #

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

[View source]
def name : String #

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

[View source]
def published_on : String #

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

[View source]