class ParamIn

Included Modules

Defined in:

pocketlib/execute/execqr.cr

Constructors

Instance Method Summary

Constructor Detail

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

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

[View source]

Instance Method Detail

def paramname : String #

[View source]
def paramname=(paramname : String) #

[View source]
def value : String #

[View source]
def value=(value : String) #

[View source]