class Gruff::BarValueLabel::Base
@private
Attributes
Public Class Methods
Source
# File lib/gruff/helper/bar_value_label.rb, line 37 def initialize(coordinate, value) @coordinate = coordinate @value = value end
@rbs coordinate: [nil | Float | Integer, nil | Float | Integer, nil | Float | Integer, nil | Float | Integer] @rbs value: Float | Integer @rbs return: void