struct Param

Included Modules

Defined in:

models/endpoint.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

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

[View source]

Instance Method Detail

def name : String #

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

[View source]
def param_type : String #

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

[View source]
def value : String #

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

[View source]