Class: HeaderStruct

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

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



74
75
76
# File 'lib/bcl.rb', line 74

def children
  @children
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



74
75
76
# File 'lib/bcl.rb', line 74

def name
  @name
end