Flowdock
class
Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Superclass: Node

This class represents a YAML Scalar.

This node type is a terminal node and should not have any children.

Constants

FOLDED = 5

LITERAL = 4

DOUBLE_QUOTED = 3

SINGLE_QUOTED = 2

PLAIN = 1

ANY = 0

Attributes

[RW] style

The style of this scalar

[RW] quoted

Is this scalar quoted?

[RW] plain

Is this a plain scalar?

[RW] tag

The tag value (if there is one)

[RW] anchor

The anchor value (if there is one)

[RW] value

The scalar value

Show files where this class is defined (1 file)
Register or log in to add new notes.