Class: RbYAML::ScalarAnalysis

Inherits:
Struct
  • Object
show all
Defined in:
lib/rbyaml/emitter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#allow_blockObject

Returns the value of attribute allow_block

Returns:

  • (Object)

    the current value of allow_block



15
16
17
# File 'lib/rbyaml/emitter.rb', line 15

def allow_block
  @allow_block
end

#allow_block_plainObject

Returns the value of attribute allow_block_plain

Returns:

  • (Object)

    the current value of allow_block_plain



15
16
17
# File 'lib/rbyaml/emitter.rb', line 15

def allow_block_plain
  @allow_block_plain
end

#allow_double_quotedObject

Returns the value of attribute allow_double_quoted

Returns:

  • (Object)

    the current value of allow_double_quoted



15
16
17
# File 'lib/rbyaml/emitter.rb', line 15

def allow_double_quoted
  @allow_double_quoted
end

#allow_flow_plainObject

Returns the value of attribute allow_flow_plain

Returns:

  • (Object)

    the current value of allow_flow_plain



15
16
17
# File 'lib/rbyaml/emitter.rb', line 15

def allow_flow_plain
  @allow_flow_plain
end

#allow_single_quotedObject

Returns the value of attribute allow_single_quoted

Returns:

  • (Object)

    the current value of allow_single_quoted



15
16
17
# File 'lib/rbyaml/emitter.rb', line 15

def allow_single_quoted
  @allow_single_quoted
end

#emptyObject

Returns the value of attribute empty

Returns:

  • (Object)

    the current value of empty



15
16
17
# File 'lib/rbyaml/emitter.rb', line 15

def empty
  @empty
end

#multilineObject

Returns the value of attribute multiline

Returns:

  • (Object)

    the current value of multiline



15
16
17
# File 'lib/rbyaml/emitter.rb', line 15

def multiline
  @multiline
end

#scalarObject

Returns the value of attribute scalar

Returns:

  • (Object)

    the current value of scalar



15
16
17
# File 'lib/rbyaml/emitter.rb', line 15

def scalar
  @scalar
end