class Mollie::RequestException

Direct Known Subclasses

Defined in:

mollie/exception.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(mapper : Mapper) #

[View source]

Class Method Detail

def self.from_json(json : String) #

[View source]

Instance Method Detail

def detail(*args, **options) #

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

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

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

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

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

[View source]
def message #

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

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

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

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

[View source]
def to_s #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]