struct Likee::LikeeResponse

Overview

The LikeeResponse structure represents a response from the Likee API.

Included Modules

Defined in:

likee/concepts/likee_response.cr

Constant Summary

SUCCESS_CODES = [0]

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def code : Int32 #

[View source]
def message : String | Nil #

[View source]
def success? #

[View source]