class TCGPlayer::MarketPrice

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 highest_range : Float64 | Nil #

[View source]
def highest_range=(highest_range : Float64 | Nil) #

[View source]
def lowest_range : Float64 | Nil #

[View source]
def lowest_range=(lowest_range : Float64 | Nil) #

[View source]
def price : Float64 | Nil #

[View source]
def price=(price : Float64 | Nil) #

[View source]
def product_condition_id : Int32 #

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

[View source]