struct Moxfield::Types::DeckDatum

Included Modules

Defined in:

moxfield/models/search.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def are_comments_enabled : Bool #

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

[View source]
def authors : Array(CreatedByUser) #

[View source]
def authors=(authors : Array(CreatedByUser)) #

[View source]
def authors_can_edit : Bool #

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

[View source]
def comment_count : Int32 #

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

[View source]
def created_at_utc : String #

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

[View source]
def created_by_user : CreatedByUser #

[View source]
def created_by_user=(created_by_user : CreatedByUser) #

[View source]
def format : String #

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

[View source]
def has_primer : Bool #

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

[View source]
def hub_names : Array(String) #

[View source]
def hub_names=(hub_names : Array(String)) #

[View source]
def id : String #

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

[View source]
def is_legal : Bool #

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

[View source]
def is_shared : Bool #

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

[View source]
def last_updated_at_utc : String #

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

[View source]
def like_count : Int32 #

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

[View source]
def main_card_id : String #

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

[View source]
def main_card_id_is_card_face : Bool #

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

[View source]
def mainboard_count : Int32 #

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

[View source]
def match_types : Array(String) #

[View source]
def match_types=(match_types : Array(String)) #

[View source]
def matched_cards : Array(String) #

[View source]
def matched_cards=(matched_cards : Array(String)) #

[View source]
def maybeboard_count : Int32 #

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

[View source]
def name : String #

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

[View source]
def public_id : String #

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

[View source]
def public_url : String #

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

[View source]
def sideboard_count : Int32 #

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

[View source]
def view_count : Int32 #

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

[View source]
def visibility : String #

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

[View source]