Class: EasyAI::Base::TomlSections::Section
- Inherits:
-
Struct
- Object
- Struct
- EasyAI::Base::TomlSections::Section
- Defined in:
- lib/easyai/base/toml_sections.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#header ⇒ Object
Returns the value of attribute header.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
19 20 21 |
# File 'lib/easyai/base/toml_sections.rb', line 19 def body @body end |
#header ⇒ Object
Returns the value of attribute header
19 20 21 |
# File 'lib/easyai/base/toml_sections.rb', line 19 def header @header end |