Class: Ligarb::Config::StructEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/ligarb/config.rb

Overview

Represents a structural entry in the book

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



17
18
19
# File 'lib/ligarb/config.rb', line 17

def children
  @children
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



17
18
19
# File 'lib/ligarb/config.rb', line 17

def path
  @path
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



17
18
19
# File 'lib/ligarb/config.rb', line 17

def type
  @type
end