Class: LogTrend::GraphPoint
- Inherits:
-
Struct
- Object
- Struct
- LogTrend::GraphPoint
- Defined in:
- lib/logtrend.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#name ⇒ Object
Returns the value of attribute name.
-
#style ⇒ Object
Returns the value of attribute style.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
180 181 182 |
# File 'lib/logtrend.rb', line 180 def color @color end |
#name ⇒ Object
Returns the value of attribute name
180 181 182 |
# File 'lib/logtrend.rb', line 180 def name @name end |
#style ⇒ Object
Returns the value of attribute style
180 181 182 |
# File 'lib/logtrend.rb', line 180 def style @style end |