Class: Ambling::Column::Settings::Grid::Category

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/ambling/column.rb

Overview

category axis grid

Constant Summary collapse

VALUES =
[:color,:alpha,:dashed,:dash_length]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#alphaObject

15

(0 - 100)



469
470
471
# File 'lib/ambling/column.rb', line 469

def alpha
  @alpha
end

#colorObject

#000000

(hex color code)



464
465
466
# File 'lib/ambling/column.rb', line 464

def color
  @color
end

#dash_lengthObject

5

(Number)



479
480
481
# File 'lib/ambling/column.rb', line 479

def dash_length
  @dash_length
end

#dashedObject

[false](true / false)



474
475
476
# File 'lib/ambling/column.rb', line 474

def dashed
  @dashed
end