Class: EasyAI::Base::TomlSections::Section

Inherits:
Struct
  • Object
show all
Defined in:
lib/easyai/base/toml_sections.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body

Returns:

  • (Object)

    the current value of body



19
20
21
# File 'lib/easyai/base/toml_sections.rb', line 19

def body
  @body
end

#headerObject

Returns the value of attribute header

Returns:

  • (Object)

    the current value of header



19
20
21
# File 'lib/easyai/base/toml_sections.rb', line 19

def header
  @header
end