Class: HeaderStruct
- Inherits:
-
Struct
- Object
- Struct
- HeaderStruct
- Defined in:
- lib/bcl.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
44 45 46 |
# File 'lib/bcl.rb', line 44 def children @children end |
#name ⇒ Object
Returns the value of attribute name
44 45 46 |
# File 'lib/bcl.rb', line 44 def name @name end |