Class: Ligarb::Config::StructEntry
- Inherits:
-
Struct
- Object
- Struct
- Ligarb::Config::StructEntry
- Defined in:
- lib/ligarb/config.rb
Overview
Represents a structural entry in the book
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#path ⇒ Object
Returns the value of attribute path.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
17 18 19 |
# File 'lib/ligarb/config.rb', line 17 def children @children end |
#path ⇒ Object
Returns the value of attribute path
17 18 19 |
# File 'lib/ligarb/config.rb', line 17 def path @path end |
#type ⇒ Object
Returns the value of attribute type
17 18 19 |
# File 'lib/ligarb/config.rb', line 17 def type @type end |