Class: Ambling::Data::BaseData

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

Overview

Data files always have an optional message

Direct Known Subclasses

LineColumnChart, Pie, XyChart

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#tag_name, #to_xml

Instance Attribute Details

#messageObject

Returns the value of attribute message.



156
157
158
# File 'lib/ambling/data.rb', line 156

def message
  @message
end