struct Tidal::API::SearchResults(T)

Included Modules

Defined in:

api/models/search_results.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def items : Array(T) #

[View source]
def limit : Int32 #

[View source]
def offset : Int32 #

[View source]
def total_items : Int32 #

[View source]