Class: LogTrend::GraphPoint

Inherits:
Struct
  • Object
show all
Defined in:
lib/logtrend.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



180
181
182
# File 'lib/logtrend.rb', line 180

def color
  @color
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



180
181
182
# File 'lib/logtrend.rb', line 180

def name
  @name
end

#styleObject

Returns the value of attribute style

Returns:

  • (Object)

    the current value of style



180
181
182
# File 'lib/logtrend.rb', line 180

def style
  @style
end