class Ichigo::Models::GeneralResponse::Header

Included Modules

Defined in:

ichigo/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def account_type : Int32 | Nil | String | Nil #

[View source]
def index : Hash(String, HeaderIndex | Nil) | Nil | Array(HeaderIndex) | Nil #

[View source]
def long_limit : String | Nil #

[View source]
def long_remaining : Int32 | Nil #

[View source]
def message : String | Nil #

[View source]
def minimum_similarity : Float32 | Nil #

[View source]
def query_image : String | Nil #

[View source]
def query_image_display : String | Nil #

[View source]
def results_requested : Int32 | Nil | String | Nil #

[View source]
def results_returned : Int32 | Nil #

[View source]
def search_depth : String | Nil #

[View source]
def short_limit : String | Nil #

[View source]
def short_remaining : Int32 | Nil #

[View source]
def status : Int32 #

[View source]
def user_id : Int32 | Nil | String | Nil #

[View source]