struct Card::Content

Included Modules

Defined in:

models/card.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.adapter #

[View source]

Instance Method Detail

def back : String | Nil #

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

[View source]
def description : String | Nil #

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

[View source]
def front : String | Nil #

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

[View source]