Class: Column

Inherits:
Object
  • Object
show all
Defined in:
lib/cuker/helpers/formatters/title.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeColumn

Returns a new instance of Column.



11
12
13
# File 'lib/cuker/helpers/formatters/title.rb', line 11

def initialize

end

Instance Attribute Details

#col_nameObject

Returns the value of attribute col_name.



10
11
12
# File 'lib/cuker/helpers/formatters/title.rb', line 10

def col_name
  @col_name
end

#col_widthObject

Returns the value of attribute col_width.



10
11
12
# File 'lib/cuker/helpers/formatters/title.rb', line 10

def col_width
  @col_width
end