class Giphy::Meta

Included Modules

Defined in:

types/meta.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def msg : String #

HTTP Response Message. (required)


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

HTTP Response Message. (required)


[View source]
def response_id : String | Nil #

A unique ID paired with this response from the API.


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

A unique ID paired with this response from the API.


[View source]
def status : Int32 #

HTTP Response Code. (required)


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

HTTP Response Code. (required)


[View source]