Class: ConfigToolkit::PrettyPrintWriter::Visitor::StackFrame
- Inherits:
-
Struct
- Object
- Struct
- ConfigToolkit::PrettyPrintWriter::Visitor::StackFrame
- Defined in:
- lib/configtoolkit/prettyprintwriter.rb
Instance Attribute Summary collapse
-
#indent ⇒ Object
Returns the value of attribute indent.
-
#longest_param_name_length ⇒ Object
Returns the value of attribute longest_param_name_length.
Instance Attribute Details
#indent ⇒ Object
Returns the value of attribute indent
46 47 48 |
# File 'lib/configtoolkit/prettyprintwriter.rb', line 46 def indent @indent end |
#longest_param_name_length ⇒ Object
Returns the value of attribute longest_param_name_length
46 47 48 |
# File 'lib/configtoolkit/prettyprintwriter.rb', line 46 def longest_param_name_length @longest_param_name_length end |