class Vagt::ObjectError

Defined in:

vagt/errors.cr

Constructors

Instance Method Summary

Instance methods inherited from class Vagt::Error

attributes : Hash(String, Attr) attributes, name : String name

Constructor methods inherited from class Vagt::Error

new(pull : JSON::PullParser)
new(name : String, attributes : Hash(String, Bool | Int32 | String) = {} of String => Attr)
new

Constructor Detail

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

[View source]
def self.new(errors : Hash(String, Array(Vagt::Error))) #

[View source]

Instance Method Detail

def [](*args, **options) #

[View source]
def [](*args, **options, &) #

[View source]
def []?(*args, **options) #

[View source]
def []?(*args, **options, &) #

[View source]
def errors : Hash(String, Array(Error)) #

[View source]
def has_key?(*args, **options) #

[View source]
def has_key?(*args, **options, &) #

[View source]