struct TCGPlayer::Product

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 clean_name : String #

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

[View source]
def group_id : Int32 #

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

[View source]
def image_url : String #

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

[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 product_id : Int32 #

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

[View source]
def url : String #

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

[View source]