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



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

def components
  @components
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end