Class: WorksheetStruct

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

Overview

Some global structures

Instance Attribute Summary collapse

Instance Attribute Details

#componentsObject

Returns the value of attribute components

Returns:

  • (Object)

    the current value of components



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

def components
  @components
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end