Class: PDK::Config::IniFile::IniFileImpl::DefaultSection
- Inherits:
-
SectionLine
- Object
- Struct
- SectionLine
- PDK::Config::IniFile::IniFileImpl::DefaultSection
- Defined in:
- lib/pdk/config/ini_file.rb
Instance Attribute Summary collapse
-
#write_sectionline ⇒ Object
Returns the value of attribute write_sectionline.
Attributes inherited from SectionLine
Attributes included from LineNumber
Instance Method Summary collapse
-
#initialize ⇒ DefaultSection
constructor
A new instance of DefaultSection.
Methods inherited from SectionLine
Methods included from LineNumber
Constructor Details
#initialize ⇒ DefaultSection
Returns a new instance of DefaultSection.
173 174 175 176 |
# File 'lib/pdk/config/ini_file.rb', line 173 def initialize @write_sectionline = false super("", DEFAULT_SECTION_NAME, "") end |
Instance Attribute Details
#write_sectionline ⇒ Object
Returns the value of attribute write_sectionline.
171 172 173 |
# File 'lib/pdk/config/ini_file.rb', line 171 def write_sectionline @write_sectionline end |