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



44
45
46
# File 'lib/bcl.rb', line 44

def children
  @children
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



44
45
46
# File 'lib/bcl.rb', line 44

def name
  @name
end