class XIVAPI::Dataclasses::SearchResult

Overview

Dataclass for results from the /search endpoint

Included Modules

Defined in:

dataclasses/other/search_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def datatype : String #

[View source]
def icon : String #

[View source]
def id : UInt64 #

[View source]
def name : String #

[View source]
def score : String #

[View source]
def url : String #

[View source]
def url_type : String #

[View source]