Class: ConfigToolkit::PrettyPrintWriter::Visitor::StackFrame

Inherits:
Struct
  • Object
show all
Defined in:
lib/configtoolkit/prettyprintwriter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indentObject

Returns the value of attribute indent

Returns:

  • (Object)

    the current value of indent



46
47
48
# File 'lib/configtoolkit/prettyprintwriter.rb', line 46

def indent
  @indent
end

#longest_param_name_lengthObject

Returns the value of attribute longest_param_name_length

Returns:

  • (Object)

    the current value of longest_param_name_length



46
47
48
# File 'lib/configtoolkit/prettyprintwriter.rb', line 46

def longest_param_name_length
  @longest_param_name_length
end