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



57
58
59
# File 'lib/bcl.rb', line 57

def components
  @components
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



57
58
59
# File 'lib/bcl.rb', line 57

def name
  @name
end