class Puppet::Pops::Serialization::Extension::Tabulation
The class that triggers the use of the TABULATION extension. The payload is the tabulation index
Attributes
index[R]
Public Class Methods
new(index)
click to toggle source
# File lib/puppet/pops/serialization/extension.rb 52 def initialize(index) 53 @index = index 54 end