class TwentyFiveLivePro::Models::ErrorsResponse

Included Modules

Defined in:

twenty-five-live-pro/models/errors_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def error_num : String #

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

[View source]
def message : String #

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

[View source]
def object_id : Int64 | Nil #
Description copied from class Reference

Returns a UInt64 that uniquely identifies this object.

The returned value is the memory address of this object.

string = "hello"
string.object_id # => 4460249568

pointer = Pointer(String).new(string.object_id)
string2 = pointer.as(String)
string2.object_id == string.object_id # => true

[View source]
def object_id=(object_id : Int64 | Nil) #

[View source]
def object_name : String | Nil #

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

[View source]
def object_type : Int64 | Nil #

[View source]
def object_type=(object_type : Int64 | Nil) #

[View source]
def reason : String #

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

[View source]