class Bright::Models::Metadata

Included Modules

Defined in:

bright/models/metadata.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def message : String | Nil #

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

[View source]
def status_code : Int32 | Nil #

[View source]
def status_code=(status_code : Int32 | Nil) #

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

[View source]
def validation_errors=(validation_errors : Array(Hash(String, String)) | Nil) #

[View source]