class CMC::Token

Included Modules

Defined in:

cmc/tokens_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def name : String #

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

[View source]
def quote : Hash(String, Quote) #

[View source]
def quote=(quote : Hash(String, Quote)) #

[View source]
def symbol : String #

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

[View source]