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
74 75 76 |
# File 'lib/bcl.rb', line 74 def children @children end |
#name ⇒ Object
Returns the value of attribute name
74 75 76 |
# File 'lib/bcl.rb', line 74 def name @name end |