class Pod::Config::KVMapping(K, V)

Defined in:

pod/kv_mapping.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(tuples : Array(Tuple(K, V))) #

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

[View source]
def self.new #

[View source]

Instance Method Detail

def []=(k : K, v : V) #

[View source]
def dup #
Description copied from class Reference

Returns a shallow copy of this object.

This allocates a new object and copies the contents of self into it.


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

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

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

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

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

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

[View source]
def put_no_replace(k : K, v : V) #

[View source]
def replace(k : K, v : V) #

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

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

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

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

[View source]
def to_yaml(yaml : YAML::Nodes::Builder) : Nil #

[View source]