class MCProtocol::CompleteRequestParamsArgument

Overview

The argument's information

Included Modules

Defined in:

mcprotocol/complete_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(name : String, value : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def name : String #

The name of the argument


[View source]
def value : String #

The value of the argument to use for completion matching.


[View source]