struct Authority::Clients::ShowRequest

Included Modules

Defined in:

requests/clients/show_request.cr

Constant Summary

SCHEMA_VALIDATIONS = {id => {message: "Param client id is required.", presence: true}} of Nil => Nil
SCHEMA_VALIDATORS = [] of Nil

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(http_params, path : Array(String) = [] of String) #

Class Method Detail

def self.from_urlencoded(string) #

Instance Method Detail

def error_messages #

[View source]
def errors #

def id : String #

[View source]
def valid? #

def validate! #