class StrictYAML::Mapping

Defined in:

strict-yaml/node.cr

Constructors

Instance Method Summary

Instance methods inherited from class StrictYAML::Node

==(other : Node) : Bool ==, comments : Array(Comment) comments, loc : Location loc, loc=(loc : Location) loc=, to_object : Any::Type to_object

Constructor methods inherited from class StrictYAML::Node

new(loc : Location, comments : Array(Comment) = [] of Comment) new

Instance methods inherited from class Object

to_yaml(io : IO) : Nil
to_yaml : String
to_yaml

Class methods inherited from class Object

from_yaml(source : String)
from_yaml(value : StrictYAML::Any)
from_yaml

Constructor Detail

def self.new(loc : Location, key : Node, values : Array(Node)) #

[View source]
def self.new(key : Node, values : Array(Node)) #

[View source]

Instance Method Detail

def ==(other : Mapping) : Bool #

[View source]
def key : Node #

[View source]
def key=(key : Node) #

[View source]
def to_object : Any::Type #

[View source]
def values : Array(Node) #

[View source]
def values=(values : Array(Node)) #

[View source]