Class: Ambling::Column::Settings::Values

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

Overview

VALUES

Defined Under Namespace

Classes: Category, Value

Constant Summary collapse

VALUES =
[:category,:value]

Instance Attribute Summary collapse

Method Summary

Methods included from Base

#build_xml, #initialize, #populate, #to_xml

Instance Attribute Details

#categoryObject

category axis



534
535
536
# File 'lib/ambling/column.rb', line 534

def category
  @category
end

#valueObject

value axis



539
540
541
# File 'lib/ambling/column.rb', line 539

def value
  @value
end