struct TCGPlayer::Category

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 category_id : Int32 #

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

[View source]
def condition_guide_url : String #

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

[View source]
def display_name : String #

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

[View source]
def is_direct : Bool #

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

[View source]
def is_scannable : Bool #

[View source]
def is_scannable=(is_scannable : 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 non_sealed_label : String | Nil #

[View source]
def non_sealed_label=(non_sealed_label : String | Nil) #

[View source]
def popularity : Int32 #

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

[View source]
def sealed_label : String | Nil #

[View source]
def sealed_label=(sealed_label : String | Nil) #

[View source]
def seo_category_name : String #

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

[View source]